fixed typo

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@1010 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.11
Jan Kneschke 18 years ago
parent 0525ed2816
commit a47316ba93

@ -167,7 +167,7 @@ PHYSICALPATH_FUNC(mod_alias_physical_handler) {
if (ds->key->used == 0) continue;
if (0 == (con->conf.force_lowercase_filenames ?
strncastcmp(uri_ptr, ds->key->ptr, alias_len) :
strncasecmp(uri_ptr, ds->key->ptr, alias_len) :
strncmp(uri_ptr, ds->key->ptr, alias_len))) {
/* matched */

Loading…
Cancel
Save