]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
fix mpm_get_name hook
authorJeff Trawick <trawick@apache.org>
Wed, 25 Mar 2009 18:57:09 +0000 (18:57 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 25 Mar 2009 18:57:09 +0000 (18:57 +0000)
commite82772e29f002987306dc2ebb271ef830da85bf6
tree66d8b58b97228c4d953650a7246494247bd6d01a
parent9cdd58c159cde23cb9e84994f72f3e544317c2df
fix mpm_get_name hook

a string can't be used as the declined value since the hook macro must compare
retcodes from hooks with that declined value

(thanks, gcc/Joe)

accommodate in ap_show_mpm() since we don't want to return NULL to the caller of
this simple API

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758406 13f79535-47bb-0310-9956-ffa450edef68
server/mpm_common.c