INN commit: trunk/frontends (sys2nf.c)
INN Commit
Russ_Allbery at isc.org
Sun Sep 16 19:30:05 UTC 2007
Date: Sunday, September 16, 2007 @ 12:30:04
Author: iulius
Revision: 7677
This file should also correctly convert "*" (no need to
feed control newsgroups).
[Following revision 7675.]
Modified:
trunk/frontends/sys2nf.c
----------+
sys2nf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: sys2nf.c
===================================================================
--- sys2nf.c 2007-09-16 07:35:50 UTC (rev 7676)
+++ sys2nf.c 2007-09-16 19:30:04 UTC (rev 7677)
@@ -211,7 +211,7 @@
SawAll = (strcmp(s, "all") == 0);
if (SawAll)
- s = SawBang ? "*" : "*,!control";
+ s = SawBang ? "*" : "*,!control,!control.*";
len += strlen(s);
fprintf(F, "%s", s);
More information about the inn-committers
mailing list