SFSIP-200

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16598 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2010-02-10 14:38:24 +00:00
parent 36b0bfbb4b
commit bfc788898e
1 changed files with 1 additions and 1 deletions

View File

@ -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) == '"') {