From: Pekka Riikonen Date: Mon, 26 Mar 2001 11:08:10 +0000 (+0000) Subject: updates X-Git-Tag: SILC.0.1~99 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=4b75fb20302adc84ef77c3bf4131473f5dc615ca;p=silc.git updates --- diff --git a/lib/silccore/silcnotify.c b/lib/silccore/silcnotify.c index d8f80ca2..e3c8169d 100644 --- a/lib/silccore/silcnotify.c +++ b/lib/silccore/silcnotify.c @@ -83,7 +83,7 @@ SilcBuffer silc_notify_payload_encode(SilcNotifyType type, unsigned int argc, unsigned int *argv_lens = NULL, *argv_types = NULL; unsigned char *x; unsigned int x_len; - int i, k, len = 0; + int i, k = 0, len = 0; if (argc) { argv = silc_calloc(argc, sizeof(unsigned char *));