loudmouth/lm-feature-ping.c
changeset 735 7ae46452fb10
parent 725 05fa3e01e5b1
--- a/loudmouth/lm-feature-ping.c	Sat May 04 18:24:41 2019 +0200
+++ b/loudmouth/lm-feature-ping.c	Sat May 11 22:14:44 2019 +0200
@@ -193,13 +193,6 @@
     if (priv->keep_alive_counter > 3) {
         g_signal_emit (fp, signals[TIMED_OUT], 0);
        return FALSE;
-        /* FIXME */
-#if 0 /* Should be moved to signal callback in LmConnection */
-        connection_do_close (connection);
-        connection_signal_disconnect (connection,
-                                      LM_DISCONNECT_REASON_PING_TIME_OUT);
-#endif
-
     }
 
     server = _lm_connection_get_server (priv->connection);