]> code.citadel.org Git - citadel.git/blobdiff - citadel/msgbase.c
* Stripped the build of obsolete parts of the old networker no longer in use.
[citadel.git] / citadel / msgbase.c
index 8c3e06e8011786c4657b524d79aec441fff89a46..6c92b64c13befba32d3afeda123f7fdf01960d8b 100644 (file)
@@ -1811,7 +1811,7 @@ long CtdlSaveMsg(struct CtdlMessage *msg, /* message to save */
        newmsgid = send_message(msg, network_fp);
        if (network_fp != NULL) {
                fclose(network_fp);
-               system("exec nohup ./netproc -i >/dev/null 2>&1 &");
+               /* FIXME start a network run here */
        }
 
        if (newmsgid <= 0L) return(-1);