Fix build for 31b8b55d0b31dfd58b5e6f8166a228ab2f456d3d

This commit is contained in:
William King 2014-05-16 15:36:25 -07:00
parent 29e2263442
commit dc83348b71

View File

@ -672,7 +672,7 @@ static switch_status_t chat_send(switch_event_t *message_event)
switch_safe_free(user);
switch_safe_free(f_user);
return SWITCH_STATUS_SUCCESS;
return status;
}