Commit 7cbd202d authored by Stefan Fritsch's avatar Stefan Fritsch
Browse files

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
parent 845240b8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,
+0 −3
Original line number Diff line number Diff line
@@ -1969,10 +1969,7 @@ AP_DECLARE(const char *) ap_process_fnmatch_configs(server_rec *s,
        /* walk the filepath */
        return process_resource_config_fnmatch(s, rootpath, filepath, conftree, p, ptemp,
                                               0, optional);

    }

    return NULL;
}

AP_DECLARE(int) ap_process_config_tree(server_rec *s,