=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.c,v retrieving revision 1.153 retrieving revision 1.154 diff -u -r1.153 -r1.154 --- src/usr.bin/ssh/ssh.c 2001/12/20 22:50:24 1.153 +++ src/usr.bin/ssh/ssh.c 2001/12/27 20:39:58 1.154 @@ -39,7 +39,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh.c,v 1.153 2001/12/20 22:50:24 djm Exp $"); +RCSID("$OpenBSD: ssh.c,v 1.154 2001/12/27 20:39:58 markus Exp $"); #include #include @@ -956,7 +956,7 @@ /* Read response from the server. */ type = packet_read(&plen); - packet_integrity_check(plen, 0, type); + packet_done(); if (type != SSH_SMSG_SUCCESS) log("Warning: Remote host denied authentication agent forwarding."); }