]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_inetcfg.c
* Changed the comments at the beginning of each file to a consistent format
[citadel.git] / citadel / serv_inetcfg.c
index 47be34f1015be81536e5ca260b2ed47737ff2575..101bad90e9d38fedea154fa0eb3cd282c547edd1 100644 (file)
@@ -1,9 +1,11 @@
-/* $Id$ 
+/*
+ * $Id$ 
  *
  * This module handles the loading/saving and maintenance of the
  * system's Internet configuration.  It's not an optional component; I
  * wrote it as a module merely to keep things as clean and loosely coupled
  * as possible.
+ *
  */
 
 #include "sysdep.h"
@@ -105,7 +107,7 @@ void inetcfg_init_backend(long msgnum) {
 
 void inetcfg_init(void) {
        if (getroom(&CC->quickroom, SYSCONFIGROOM) != 0) return;
-       CtdlForEachMessage(MSGS_LAST, 1, INTERNETCFG, NULL,
+       CtdlForEachMessage(MSGS_LAST, 1, (-127), INTERNETCFG, NULL,
                inetcfg_init_backend);
 }