]> git.sur5r.net Git - openldap/commitdiff
ITS#5317
authorQuanah Gibson-Mount <quanah@openldap.org>
Mon, 11 Feb 2008 23:54:20 +0000 (23:54 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 11 Feb 2008 23:54:20 +0000 (23:54 +0000)
CHANGES
clients/tools/ldapsearch.c

diff --git a/CHANGES b/CHANGES
index b7991bf1db158d573074e99c98acdac005191b36..1bdc13a0c41f7d06b8ef4b145114c4520bbdeff8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,7 @@ OpenLDAP 2.4 Change Log
 
 OpenLDAP 2.4.8 Engineering
        Fixed ldapmodify verbose logging (ITS#5247)
+       Fixed ldapmodify exit code init (ITS#5317)
        Fixed libldap extended decoding (ITS#5304)
        Fixed libldap filter abort (ITS#5300)
        Fixed libldap ldap_parse_sasl_bind_result (ITS#5263)
index 6ca5d274ddcb8178ccd86e7b2f1566dfeb14f472..3219fbeeee7bf9b0cb9cd8792ee50c1d9338eebc 100644 (file)
@@ -981,6 +981,7 @@ getNextPage:
                        attrs, attrsonly, NULL, NULL, NULL, -1 );
 
        } else {
+               rc = 0;
                first = 1;
                while ( fgets( line, sizeof( line ), fp ) != NULL ) { 
                        line[ strlen( line ) - 1 ] = '\0';