]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix log message on sending tport ping over ws to log error in failure cases
authorMichael Jerris <mike@jerris.com>
Thu, 1 May 2014 18:20:27 +0000 (14:20 -0400)
committerMichael Jerris <mike@jerris.com>
Thu, 1 May 2014 18:20:27 +0000 (14:20 -0400)
libs/sofia-sip/libsofia-sip-ua/tport/tport_type_ws.c

index 044014c9ac9cd088e19e1e301ca3c979f131c2da..464e8a56d6cb2c4a6e6628d7b86fa7c024eb1091 100644 (file)
@@ -543,8 +543,6 @@ int tport_ws_ping(tport_t *self, su_time_t now)
       tport_error_report(self, error, NULL);
     else
       why = " blocking";
-
-    return -1;
   }
 
   SU_DEBUG_7(("%s(%p): %s to " TPN_FORMAT "%s\n",