Removed spoolin processing
[citadel.git] / citadel / modules / network / serv_network.c
index 6c89cee3938f4c092a9ff8c3c2748c5930e61711..eb7941d0022987b71673abc31099ce325004e28a 100644 (file)
@@ -2,7 +2,7 @@
  * This module handles shared rooms, inter-Citadel mail, and outbound
  * mailing list processing.
  *
- * Copyright (c) 2000-2017 by the citadel.org team
+ * Copyright (c) 2000-2018 by the citadel.org team
  *
  * This program is open source software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, version 3.
@@ -386,13 +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);
-       }
-
-       /* Free the filter list in memory */
-       free_netfilter_list();
 
        /* Save the network map back to disk */
        if (netmap_changed) {