Almost done...
[citadel.git] / citadel / modules / network / serv_netspool.c
index 48014bcfd6807a35a57817dac5f946ee9ec6025e..32528dfb544cf6a2933f6f20bca847d579261249 100644 (file)
@@ -507,7 +507,11 @@ void network_spoolout_room(SpoolControl *sc)
                sc->digestfp = NULL;
        }
 
-       /* Now rewrite the config file */
+       /* Now rewrite the netconfig */
+
+       // THIS IS THE ONLY PLACE WHERE WE HAVE TO REWRITE THE NETCONFIG.
+
+
        if (sc->lastsent != lastsent)
        {
                begin_critical_section(S_NETCONFIGS);