]> granicus.if.org Git - apache/commitdiff
* modules/ldap/util_ldap_cache_mgr.c (util_ald_cache_display): Return
authorJoe Orton <jorton@apache.org>
Mon, 13 Sep 2004 11:11:32 +0000 (11:11 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 13 Sep 2004 11:11:32 +0000 (11:11 +0000)
empty string on error path.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105107 13f79535-47bb-0310-9956-ffa450edef68

modules/ldap/util_ldap_cache_mgr.c

index 373843e5b7ca5ad742ff13e9159694dbbc2dcde9..a4268988550192e65104575bcf5ef61d378e52bf 100644 (file)
@@ -688,6 +688,9 @@ char *util_ald_cache_display(request_rec *r, util_ldap_state_t *st)
             }
 
         }
+        else {
+            buf = "";
+        }
     }
     else {
         ap_rputs("<p>\n"