Networker: Memleaks; make the_netmap pass in both directions, as it was meant to.
[citadel.git] / citadel / modules / network / serv_network.c
index b3d19e31d4e9b4284f67f44784d88a783a413af6..7062a15f53213ddd4a609a4aa127abf7ee52232f 100644 (file)
@@ -481,7 +481,7 @@ void network_do_queue(void) {
        /* If there is anything in the inbound queue, process it */
        if (!server_shutting_down) {
                network_do_spoolin(working_ignetcfg, 
-                                  the_netmap,
+                                  &the_netmap,
                                   &netmap_changed);
        }