]> git.sur5r.net Git - openldap/commitdiff
don't add unnecessary message
authorPierangelo Masarati <ando@openldap.org>
Mon, 3 Apr 2006 22:06:12 +0000 (22:06 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 3 Apr 2006 22:06:12 +0000 (22:06 +0000)
servers/slapd/back-meta/conn.c

index 86db9cfe29da1c06688a5e4d1bcaf03174626143..5b516c6d2b57c1cbd57cd50d48b99bce6f88804a 100644 (file)
@@ -528,7 +528,7 @@ meta_back_retry(
 
                if ( sendok ) {
                        rs->sr_err = LDAP_UNAVAILABLE;
-                       rs->sr_text = "unable to retry";
+                       rs->sr_text = NULL;
                        send_ldap_result( op, rs );
                }
        }