Initial version of new room sharing poller. I don't really like this because it...
[citadel.git] / citadel / modules / network / serv_netspool.c
index 9c4adff9e74dcf968fa26a42aee1ec28c2c94a60..a17980ece213938799cc1a10800be83b1d9afb05 100644 (file)
@@ -914,6 +914,9 @@ void network_consolidate_spoolout(HashList *working_ignetcfg, HashList *the_netm
        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;
@@ -982,7 +985,7 @@ void network_consolidate_spoolout(HashList *working_ignetcfg, HashList *the_netm
                syslog(LOG_DEBUG, "netspool: consolidate %s to %s", filename, ChrPtr(NextHop));
                if (CtdlNetworkTalkingTo(SKEY(NextHop), NTT_CHECK)) {
                        nFailed++;
-                       syslog(LOG_DEBUG, "netspool: urrently online with %s - skipping for now", ChrPtr(NextHop));
+                       syslog(LOG_DEBUG, "netspool: currently online with %s - skipping for now", ChrPtr(NextHop));
                }
                else {
                        size_t dsize;
@@ -1135,7 +1138,6 @@ void free_spoolcontrol_struct_members(SpoolControl *sc)
 }
 
 
-
 /*
  * It's ok if these directories already exist.  Just fail silently.
  */