gsmopen: works03
This commit is contained in:
parent
c25779d6f4
commit
64e0a5ab0d
|
@ -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))) {
|
||||
|
|
Loading…
Reference in New Issue