# HG changeset patch # User Mikael Hallendal # Date 1223252256 -7200 # Node ID 497afdad39a58d39a17fcfe67ff914da087a9d80 # Parent 0850b3400a8c49147aec4b9155daa51a7baa074b Fixed a crash LmFeaturePing. Missed sending the LmFeaturePing object as user data to the message handler. diff -r 0850b3400a8c -r 497afdad39a5 loudmouth/lm-feature-ping.c --- a/loudmouth/lm-feature-ping.c Mon Oct 06 02:17:36 2008 +0200 +++ b/loudmouth/lm-feature-ping.c Mon Oct 06 02:17:36 2008 +0200 @@ -222,7 +222,7 @@ keep_alive_handler = lm_message_handler_new (feature_ping_keep_alive_reply, - NULL, + fp, FALSE); if (!lm_connection_send_with_reply (priv->connection,