=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/channels.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/ssh/channels.c 1999/09/29 00:10:16 1.4 +++ src/usr.bin/ssh/channels.c 1999/09/29 18:16:19 1.5 @@ -16,7 +16,7 @@ */ #include "includes.h" -RCSID("$Id: channels.c,v 1.4 1999/09/29 00:10:16 deraadt Exp $"); +RCSID("$Id: channels.c,v 1.5 1999/09/29 18:16:19 dugsong Exp $"); #ifndef HAVE_GETHOSTNAME #include @@ -1347,7 +1347,7 @@ char *new_data; int screen_number; const char *cp; - u_int32_t rand; + u_int32_t rand = 0; cp = getenv("DISPLAY"); if (cp)