mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Fix "statement not reached" warnings with sun cc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1139391 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -2453,10 +2453,10 @@ static const char *util_ldap_set_debug_level(cmd_parms *cmd,
|
||||
|
||||
#ifndef AP_LDAP_OPT_DEBUG
|
||||
return "This directive is not supported with the currently linked LDAP library";
|
||||
#endif
|
||||
|
||||
#else
|
||||
st->debug_level = atoi(arg);
|
||||
return NULL;
|
||||
#endif
|
||||
}
|
||||
|
||||
static const char *util_ldap_set_referral_hop_limit(cmd_parms *cmd,
|
||||
|
Reference in New Issue
Block a user