]> git.sur5r.net Git - openldap/commitdiff
wrong arg order :)
authorPierangelo Masarati <ando@openldap.org>
Tue, 6 Apr 2004 09:55:09 +0000 (09:55 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 6 Apr 2004 09:55:09 +0000 (09:55 +0000)
servers/slapd/overlays/denyop.c

index 03a0524809b6fc6545dfae78730656001589f61e..e0cbd052db710d2e995ef5cee579ae653a759de6 100644 (file)
@@ -186,9 +186,9 @@ denyop_config(
 
                        } else {
                                Debug( LDAP_DEBUG_ANY, "%s: line %d: "
-                                       "unknown operation \"%s\" "
+                                       "unknown operation \"%s\" at "
                                        "\"denyop <op-list>\" line.\n",
-                                       op, fname, lineno );
+                                       fname, lineno, op );
                                return( 1 );
                        }