Commit 0febe670 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

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
parent 24ceb1d1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment