X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Ffile_ops.c;h=ea998fca259b574ffa7399d6cc0c71c19eb8b0de;hb=4747f7076b243b679b41c262aeccdd4c9dfe6df1;hp=b414dcb07de38e68a571a8484f305f15f6bfb631;hpb=1f5e183c0f44238e59e78b1cbba783ac70bc5bc8;p=citadel.git diff --git a/citadel/file_ops.c b/citadel/file_ops.c index b414dcb07..ea998fca2 100644 --- a/citadel/file_ops.c +++ b/citadel/file_ops.c @@ -263,7 +263,7 @@ void cmd_netf(char *cmdbuf) } snprintf(buf, sizeof buf, "sysop@%s", destsys); e = alias(buf); - if (e != MES_BINARY) { + if (e != MES_IGNET) { cprintf("%d No such system: '%s'\n", ERROR + NO_SUCH_SYSTEM, destsys); return;