1
0
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:
Stefan Fritsch
2011-06-24 17:59:44 +00:00
parent d7f847eabf
commit 4bc8885d8d
2 changed files with 2 additions and 5 deletions

View File

@@ -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,