You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2004/09/13 13:11:32 UTC

cvs commit: httpd-2.0/modules/ldap util_ldap_cache_mgr.c

jorton      2004/09/13 04:11:32

  Modified:    modules/ldap util_ldap_cache_mgr.c
  Log:
  * modules/ldap/util_ldap_cache_mgr.c (util_ald_cache_display): Return
  empty string on error path.
  
  Revision  Changes    Path
  1.8       +3 -0      httpd-2.0/modules/ldap/util_ldap_cache_mgr.c
  
  Index: util_ldap_cache_mgr.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/ldap/util_ldap_cache_mgr.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -d -w -u -r1.7 -r1.8
  --- util_ldap_cache_mgr.c	13 Sep 2004 10:59:55 -0000	1.7
  +++ util_ldap_cache_mgr.c	13 Sep 2004 11:11:32 -0000	1.8
  @@ -688,6 +688,9 @@
               }
   
           }
  +        else {
  +            buf = "";
  +        }
       }
       else {
           ap_rputs("<p>\n"