From 4b75fb20302adc84ef77c3bf4131473f5dc615ca Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Mon, 26 Mar 2001 11:08:10 +0000 Subject: [PATCH] updates --- lib/silccore/silcnotify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *)); -- 2.43.0