]> granicus.if.org Git - apache/commit
Merge r1452128 from trunk:
authorJim Jagielski <jim@apache.org>
Mon, 15 Apr 2013 12:42:00 +0000 (12:42 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 15 Apr 2013 12:42:00 +0000 (12:42 +0000)
commit9cfbdb0e6f441ad4621c563de78bd42e4abb9afd
tree2ecaa08d2f59b4f3af54e8100711c4e21ff27a28
parent837d8db8da9b2b42a74de752b1c10a2e5d3213dd
Merge r1452128 from trunk:

Remove useless tests.

Turn
   if (*x && apr_isspace(*x))
into
   if (apr_isspace(*x))
Submitted by: jailletc36
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1467980 13f79535-47bb-0310-9956-ffa450edef68
STATUS
modules/cache/mod_cache_disk.c
modules/filters/mod_proxy_html.c
modules/mappers/mod_imagemap.c
modules/mappers/mod_negotiation.c
modules/mappers/mod_rewrite.c
modules/metadata/mod_cern_meta.c
modules/metadata/mod_headers.c
server/util.c
server/util_script.c
support/httxt2dbm.c