CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/03 09:37:48
Modified files:
usr.bin/rsync : main.c socket.c
Log message:
Don't close the socket in rsync_socket() itself but after calling it.
Fixes a corner case where the socket was closed twice, reported by
Hiltjo Posthuma.
ok deraadt@
