CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/15 01:20:42
Modified files:
usr.bin/rsync : main.c
Log message:
Initialize the poll_timeout before rsync_server() is called.
Without this the server will immediatly fail because the poll timeout is 0.
Found and reported by Daniel Moch (daniel at danielmoch dot com)
