Completed the rewrite of the network poller. Again I'm not terribly happy with this...
[citadel.git] / citadel / modules / network / serv_netspool.c
index a17980ece213938799cc1a10800be83b1d9afb05..7ca9edcd8422f7936ae7d8ecfb321f9ad652e179 100644 (file)
@@ -913,10 +913,6 @@ void network_consolidate_spoolout(HashList *working_ignetcfg, HashList *the_netm
        int nFailed = 0;
        int d_type = 0;
 
-
-
-       return; // FIXME still trying to figure this out
-
        /* Step 1: consolidate files in the outbound queue into one file per neighbor node */
        d = (struct dirent *)malloc(offsetof(struct dirent, d_name) + PATH_MAX + 1);
        if (d == NULL)  return;