Code auditing weekend results and fixes committing.
[silc.git] / apps / silcd / silcd.c
index 0de8874a5d8fe8353af8c4b64958b6ebb7162cca..3732bb14524281f30e3912d1b86aeb5019ce0f21 100644 (file)
@@ -4,7 +4,7 @@
   
   Author: Pekka Riikonen <priikone@poseidon.pspt.fi>
 
-  Copyright (C) 1997 - 2000 Pekka Riikonen
+  Copyright (C) 1997 - 2001 Pekka Riikonen
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
  * This is the main program for the SILC daemon. This parses command
  * line arguments and creates the server object.
  */
-/*
- * $Id$
- * $Log$
- * Revision 1.1.1.1  2000/06/27 11:36:56  priikone
- *     Importet from internal CVS/Added Log headers.
- *
- *
- */
+/* $Id$ */
 
 #include "serverincludes.h"
 #include "server_internal.h"
@@ -67,6 +60,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",