Commit 99aa6ccf authored by Greg Ames's avatar Greg Ames
Browse files

The "src/" directory no longer exists.  Clean up the HARD_SERVER_LIMITS
warning msg to reflect the current directory structure.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88137 13f79535-47bb-0310-9956-ffa450edef68
parent bdd33cb5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@ AP_DECLARE(uid_t) ap_uname2id(const char *name);
 */
AP_DECLARE(gid_t) ap_gname2id(const char *name);

#define AP_MPM_HARD_LIMITS_FILE "src/" APACHE_MPM_DIR "/mpm_default.h"
#define AP_MPM_HARD_LIMITS_FILE APACHE_MPM_DIR "/mpm_default.h"

#ifdef __cplusplus
}