X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;ds=sidebyside;f=citadel%2Fmodules%2Fnetwork%2Fserv_netspool.c;h=32528dfb544cf6a2933f6f20bca847d579261249;hb=c0e6d51d8b2ef6d2a51323ce430ce0ea622ecbdd;hp=48014bcfd6807a35a57817dac5f946ee9ec6025e;hpb=8a31ae37cda10b701d6db0f3a6935eec0eb2d5ab;p=citadel.git diff --git a/citadel/modules/network/serv_netspool.c b/citadel/modules/network/serv_netspool.c index 48014bcfd..32528dfb5 100644 --- a/citadel/modules/network/serv_netspool.c +++ b/citadel/modules/network/serv_netspool.c @@ -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);