]> git.sur5r.net Git - openldap/commitdiff
cleanup
authorKurt Zeilenga <kurt@openldap.org>
Mon, 24 May 2004 23:23:50 +0000 (23:23 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 24 May 2004 23:23:50 +0000 (23:23 +0000)
servers/slapd/controls.c
servers/slapd/search.c

index aafb2b6359c0805e7086bb6b5fffd6ebc880b5b4..20ae28a05299473ef278cb9f68410ab1d7ef3aa4 100644 (file)
@@ -771,7 +771,6 @@ static int parseProxyAuthz (
                }
                rs->sr_text = "authzId mapping failed";
                return LDAP_PROXY_AUTHZ_FAILURE;
-
        }
 
 #ifdef NEW_LOGGING
index 293cc955786acdd2788d3ac7d4f5ce8d83f0f187..a22314a6a6de817b725ae7876fcf1e4e775354a9 100644 (file)
@@ -164,7 +164,8 @@ do_search(
 #ifdef NEW_LOGGING
        LDAP_LOG( OPERATION, ARGS, 
                "do_search: conn %d     filter: %s\n", 
-               op->o_connid, !BER_BVISEMPTY( &op->ors_filterstr ) ? op->ors_filterstr.bv_val : "empty", 0 );
+               op->o_connid, !BER_BVISEMPTY( &op->ors_filterstr ) ? op->ors_filterstr.bv_val : "empty",
+               0 );
 #else
        Debug( LDAP_DEBUG_ARGS, "    filter: %s\n",
                !BER_BVISEMPTY( &op->ors_filterstr ) ? op->ors_filterstr.bv_val : "empty", 0, 0 );