1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 05:43:12 +02:00

Updated updconf.c to use except scan

This commit is contained in:
codemastr
2001-09-02 16:21:38 +00:00
parent 43e77f77bf
commit 87b4e4e268
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -498,7 +498,7 @@ int main(int argc, char *argv[]) {
break;
}
case 'e':
fprintf(fd2, "except socks {\n");
fprintf(fd2, "except scan {\n");
tmp = getfield(&buf[2]);
fprintf(fd2, "\tmask %s;\n", tmp);
fprintf(fd2, "};\n\n");