Added support for notify type sending in notify payload.
[silc.git] / apps / silcd / silcd.c
index ca2e5b88ac65dcf10bea045a0739d54028931fd5..1abc46ddd0702063c40fd8cea14d19daea8a35fb 100644 (file)
 /*
  * $Id$
  * $Log$
+ * Revision 1.3  2000/09/29 07:13:05  priikone
+ *     Added support for notify type sending in notify payload.
+ *     Removed Log headers from the file.
+ *     Enabled debug messages by default for server.
+ *
  * Revision 1.2  2000/07/05 06:14:01  priikone
  *     Global costemic changes.
  *
@@ -70,6 +75,8 @@ int main(int argc, char **argv)
   char *config_file = NULL;
   SilcServer silcd;
 
+  silc_debug = TRUE;
+
   /* Parse command line arguments */
   if (argc > 1) {
     while ((opt = getopt_long(argc, argv, "cf:hV",