Monday, June 23, 2014

[389-commits] ldap/servers

ldap/servers/slapd/operation.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bfab0aa6ae8d5793705a3485878fe26d93db873e
Author: Ludwig Krispenz <lkrispen@redhat.com>
Date: Mon Jun 23 16:54:21 2014 +0200

fix compiler error with alst coverity commit

diff --git a/ldap/servers/slapd/operation.c b/ldap/servers/slapd/operation.c
index c31e8bc..69f0069 100644
--- a/ldap/servers/slapd/operation.c
+++ b/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;


--
389 commits mailing list
389-commits@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-commits

No comments:

Post a Comment