From: Wayne Davison Date: Sun, 9 Sep 2007 07:53:02 +0000 (+0000) Subject: Call the renamed read_line_old() function (was read_line()). X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/f74a3d813be237df00fe9fb0258cf248572c67c5 Call the renamed read_line_old() function (was read_line()). --- diff --git a/authenticate.c b/authenticate.c index 484cebe0..8991ac43 100644 --- a/authenticate.c +++ b/authenticate.c @@ -241,7 +241,7 @@ char *auth_server(int f_in, int f_out, int module, const char *host, io_printf(f_out, "%s%s\n", leader, challenge); - if (!read_line(f_in, line, sizeof line - 1) + if (!read_line_old(f_in, line, sizeof line) || (pass = strchr(line, ' ')) == NULL) { rprintf(FLOG, "auth failed on module %s from %s (%s): " "invalid challenge response\n",