Removed spoolin processing
[citadel.git] / citadel / modules / network / serv_network.c
index 6c6f5e982c6ebce8356d68b813416df58d73eb30..eb7941d0022987b71673abc31099ce325004e28a 100644 (file)
@@ -386,11 +386,6 @@ void network_do_queue(void)
                free_spoolcontrol_struct(&pSC);
                pSC = sc;
        }
-       /* If there is anything in the inbound queue, process it */
-       if (!server_shutting_down) {
-               network_do_spoolin(working_ignetcfg, the_netmap, &netmap_changed);
-       }
-
 
        /* Save the network map back to disk */
        if (netmap_changed) {