mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-04 09:44:26 +00:00
FS-6289 --resolve regression from 1fba654845c8202bf84c58b203a3bc9624164c4e
This commit is contained in:
parent
f3059cdf49
commit
7763cfebc0
@ -281,6 +281,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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user