updates
authorPekka Riikonen <priikone@silcnet.org>
Mon, 26 Mar 2001 11:08:10 +0000 (11:08 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Mon, 26 Mar 2001 11:08:10 +0000 (11:08 +0000)
lib/silccore/silcnotify.c

index d8f80ca25d28024cd7efd44a343724fd2bfeed56..e3c8169dafb35166cdb7f1dad098faf1c38eb149 100644 (file)
@@ -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 *));