]> granicus.if.org Git - apache/commit
the 2nd parm to strstr() doesn't lose const-ness, unlike the 1st parm;
authorJeff Trawick <trawick@apache.org>
Thu, 16 Aug 2001 18:07:06 +0000 (18:07 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 16 Aug 2001 18:07:06 +0000 (18:07 +0000)
commit3fb380d067f710c4fc75938448bbf52375077073
tree1e4aa43b53b97f7e4d45380ae125c79b4ef2693e
parentb56f36bae70b7c94a38b83a9fa4aa09fb0b76a5e
the 2nd parm to strstr() doesn't lose const-ness, unlike the 1st parm;
thus, AP_DEBUG flavor of strstr() should declare 2nd parm as const char *,
not char *;

this eliminates a warning in mod_ssl-land

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