=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/packet.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/ssh/packet.c 1999/09/28 04:45:36 1.2 +++ src/usr.bin/ssh/packet.c 1999/09/29 18:16:19 1.3 @@ -15,7 +15,7 @@ */ #include "includes.h" -RCSID("$Id: packet.c,v 1.2 1999/09/28 04:45:36 provos Exp $"); +RCSID("$Id: packet.c,v 1.3 1999/09/29 18:16:19 dugsong Exp $"); #include "xmalloc.h" #include "buffer.h" @@ -313,7 +313,7 @@ char buf[8], *cp; int i, padding, len; unsigned long checksum; - u_int32_t rand; + u_int32_t rand = 0; #ifdef WITH_ZLIB /* If using packet compression, compress the payload of the outgoing