gsmopen: works03

This commit is contained in:
Giovanni Maruzzelli 2012-04-02 09:25:30 +02:00
parent c25779d6f4
commit 64e0a5ab0d
1 changed files with 1 additions and 1 deletions

View File

@ -2210,7 +2210,7 @@ static switch_status_t chat_send(switch_event_t *message_event)
}
}
if (!strlen(hint)) { //FIXME FIXME FIXME
if (hint==NULL || !strlen(hint)) { //FIXME FIXME FIXME
hint = from;
}
if (to && (user = strdup(to))) {