INN commit: trunk/nnrpd (post.c)

INN Commit rra at isc.org
Tue Nov 10 23:14:42 UTC 2009


    Date: Tuesday, November 10, 2009 @ 15:14:42
  Author: iulius
Revision: 8732

It is a POST capability, not a READER one.

Modified:
  trunk/nnrpd/post.c

--------+
 post.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: post.c
===================================================================
--- post.c	2009-11-10 23:13:37 UTC (rev 8731)
+++ post.c	2009-11-10 23:14:42 UTC (rev 8732)
@@ -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