=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/authfd.c,v retrieving revision 1.45.2.3 retrieving revision 1.45.2.4 diff -u -r1.45.2.3 -r1.45.2.4 --- src/usr.bin/ssh/authfd.c 2002/06/22 07:23:17 1.45.2.3 +++ src/usr.bin/ssh/authfd.c 2002/06/26 18:22:34 1.45.2.4 @@ -35,7 +35,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: authfd.c,v 1.45.2.3 2002/06/22 07:23:17 miod Exp $"); +RCSID("$OpenBSD: authfd.c,v 1.45.2.4 2002/06/26 18:22:34 miod Exp $"); #include @@ -144,7 +144,7 @@ error("Error reading response from authentication socket."); return 0; } - buffer_append(reply, (char *) buf, l); + buffer_append(reply, buf, l); len -= l; } return 1;