]> code.citadel.org Git - citadel.git/blobdiff - citadel/file_ops.c
* Stripped the build of obsolete parts of the old networker no longer in use.
[citadel.git] / citadel / file_ops.c
index d701a443c3d03947bb5651ea84aaa878e7c74a76..98f67994b61951b686fd75053168baf1a6a4721b 100644 (file)
@@ -246,7 +246,7 @@ void cmd_netf(char *cmdbuf)
 
        cprintf("%d File '%s' has been sent to %s.\n", OK, filename,
                destsys);
-       system("nohup ./netproc -i >/dev/null 2>&1 &");
+       /* FIXME start a network run here. */
        return;
 }