]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
'ap_getword_conf' does not return NULL but an empty string if nothing could be gotten.
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 15 Dec 2013 07:53:09 +0000 (07:53 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 15 Dec 2013 07:53:09 +0000 (07:53 +0000)
commit6c2bbfc20a9daea553699e79e9e42fce4a7af100
tree15b3f56910180e4dfc964a3f9985e634d89bf328
parente34b0f1e957535e5cd5750e8eb99f7466df396c0
'ap_getword_conf' does not return NULL but an empty string if nothing could be gotten.
So the message 02173 can never trigger.

Actually, this is not a problem because all calls to 'ap_unixd_set_rlimit' are done in configuration parsing functions guarded with AP_INIT_TAKE12, so we are guaranteed to have something.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1551005 13f79535-47bb-0310-9956-ffa450edef68
os/unix/unixd.c