Browse Source

fix compiler error with alst coverity commit

Ludwig Krispenz 11 years ago
parent
commit
bfab0aa6ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ldap/servers/slapd/operation.c

+ 1 - 1
ldap/servers/slapd/operation.c

@@ -636,7 +636,7 @@ slapi_connection_remove_operation( Slapi_PBlock *pb, Slapi_Connection *conn, Sla
 			LDAPDebug( LDAP_DEBUG_ANY, "connection_remove_operation: can't find op %d for conn %" NSPRIu64 "\n",
 			    (int)op->o_msgid, conn->c_connid, 0 );
 		} else {
-			LDAPDebug( LDAP_DEBUG_ANY, "connection_remove_operation: no operation provided\n");
+			LDAPDebug( LDAP_DEBUG_ANY, "connection_remove_operation: no operation provided\n",0, 0, 0);
 		}
 	} else {
 		*tmp = (*tmp)->o_next;