INN commit: branches/2.6/nnrpd (perm.c)
INN Commit
rra at isc.org
Thu May 5 12:40:29 UTC 2016
Date: Thursday, May 5, 2016 @ 05:40:29
Author: iulius
Revision: 10011
PERMreadlist and PERMpostlist are not booleans
Modified:
branches/2.6/nnrpd/perm.c
--------+
perm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: perm.c
===================================================================
--- perm.c 2016-05-05 12:40:00 UTC (rev 10010)
+++ perm.c 2016-05-05 12:40:29 UTC (rev 10011)
@@ -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