INN commit: branches/2.5/nnrpd (post.c)
INN Commit
rra at isc.org
Sun Nov 15 09:29:33 UTC 2009
Date: Sunday, November 15, 2009 @ 01:29:33
Author: iulius
Revision: 8802
It is a POST capability, not a READER one.
Modified:
branches/2.5/nnrpd/post.c
--------+
post.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: post.c
===================================================================
--- post.c 2009-11-15 09:29:24 UTC (rev 8801)
+++ post.c 2009-11-15 09:29:33 UTC (rev 8802)
@@ -715,7 +715,7 @@
syslog(L_NOTICE, "PY_dynamic(): authorization skipped due to no Python dynamic method defined");
} else {
if (reply != NULL) {
- syslog(L_TRACE, "PY_dynamic() returned a refuse string for user %s at %s who wants to read %s: %s", PERMuser, Client.host, p, reply);
+ syslog(L_TRACE, "PY_dynamic() returned a refuse string for user %s at %s who wants to post to %s: %s", PERMuser, Client.host, p, reply);
snprintf(Error, sizeof(Error), "%s\r\n", reply);
free(reply);
break;
More information about the inn-committers
mailing list