INN commit: trunk/nnrpd (perm.c)
INN Commit
rra at isc.org
Sun Apr 3 13:20:31 UTC 2016
Date: Sunday, April 3, 2016 @ 06:20:30
Author: iulius
Revision: 9992
PERMreadlist and PERMpostlist are not booleans
Modified:
trunk/nnrpd/perm.c
--------+
perm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: perm.c
===================================================================
--- perm.c 2016-04-03 13:19:48 UTC (rev 9991)
+++ perm.c 2016-04-03 13:20:30 UTC (rev 9992)
@@ -1421,7 +1421,7 @@
PERMgroupmadeinvalid = false;
PERMcanpostgreeting = false;
PERMcanread = PERMcanpost = false;
- PERMreadlist = PERMpostlist = false;
+ PERMreadlist = PERMpostlist = NULL;
PERMaccessconf = NULL;
if (ConfigBit == NULL) {
More information about the inn-committers
mailing list