From 7d5a3730d137b8525c289c2eaa5658be5e1f37e5 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 28 Apr 2010 15:55:16 -0500 Subject: [PATCH] gsmdial: Use set recording on the HDLC object --- gatchat/gsmdial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatchat/gsmdial.c b/gatchat/gsmdial.c index 2f342f67..63c46f82 100644 --- a/gatchat/gsmdial.c +++ b/gatchat/gsmdial.c @@ -273,7 +273,7 @@ static void connect_cb(gboolean ok, GAtResult *result, gpointer user_data) g_at_ppp_set_debug(ppp, gsmdial_debug, "PPP"); if (option_pppdump) - g_at_ppp_set_recording(ppp, option_pppdump); + g_at_hdlc_set_recording(g_at_ppp_get_hdlc(ppp), option_pppdump); g_at_ppp_set_credentials(ppp, option_username, option_password);