mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
SFSIP-200
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16598 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
36b0bfbb4b
commit
bfc788898e
@ -143,7 +143,7 @@ static char *strip_quotes(const char *in)
|
||||
char *t = (char *) in;
|
||||
char *r = (char *) in;
|
||||
|
||||
if (*t == '"') {
|
||||
if (t && *t == '"') {
|
||||
t++;
|
||||
|
||||
if (end_of(t) == '"') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user