]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix build for 31b8b55d0b31dfd58b5e6f8166a228ab2f456d3d
authorWilliam King <william.king@quentustech.com>
Fri, 16 May 2014 22:36:25 +0000 (15:36 -0700)
committerWilliam King <william.king@quentustech.com>
Fri, 16 May 2014 22:36:25 +0000 (15:36 -0700)
src/mod/endpoints/mod_dingaling/mod_dingaling.c

index 50be857da43a7f0599630c7cad84ae93bb7ddc05..c52d0611c56ef10bdd75afd095962259c6fd72e5 100644 (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;
 }