Displaying 1 result from an estimated 1 matches for "start_sock_client".
Did you mean:
start_socket_client
2004 Mar 31
1
deadlock in rsync protocol on AUTHREQD
...challenge)
> {
> char *pass;
> char pass2[30];
> extern char *password_file;
>
> if (!user || !*user) return;
>
See also clientserver.c:start_sock_client(), grep for USER. My
sources are from rsync-2.5.5, but I think that hasn't changed.
Some kind of error message about missing user name in
auth_client() about missing username would be very helpful. I
fixed it by setting and exporting $USER, but this may happen
again...
Regards,
Wolfgang Oer...