FS-6289 --resolve regression from 1fba654845

This commit is contained in:
Anthony Minessale 2014-02-28 21:43:38 +05:00
parent f882af93c6
commit 65a6ba3c61
1 changed files with 2 additions and 0 deletions

View File

@ -284,6 +284,8 @@ static inline char *switch_strchr_strict(const char *in, char find, const char *
p = in;
if (!*p) return NULL;
while(p && *p) {
const char *a = allowed;
int acceptable = 0;