summaryrefslogtreecommitdiffstats
path: root/gatchat/gsmdial.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-04-28 15:55:16 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-04-28 17:27:36 -0500
commit7d5a3730d137b8525c289c2eaa5658be5e1f37e5 (patch)
treee4fec779d9c331fc5e363afeca454f14ea688829 /gatchat/gsmdial.c
parented15727b989478ee5016ba768e78ee534bb098c1 (diff)
downloadofono-7d5a3730d137b8525c289c2eaa5658be5e1f37e5.tar.bz2
gsmdial: Use set recording on the HDLC object
Diffstat (limited to 'gatchat/gsmdial.c')
-rw-r--r--gatchat/gsmdial.c2
1 files changed, 1 insertions, 1 deletions
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);