summaryrefslogtreecommitdiffstats
path: root/gatchat/ppp_lcp.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-04-05 16:42:17 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-04-05 16:42:17 -0500
commit7739af4a26c7b41fc14f4233190445dac7cc28ae (patch)
tree4d6b96859d56172af2d5b1cc0255e3583137c1d8 /gatchat/ppp_lcp.c
parent7b447dd0e23e600aae4a97222a0dc21cad5934c8 (diff)
downloadofono-7739af4a26c7b41fc14f4233190445dac7cc28ae.tar.bz2
Refactor: add pppcp_set_option_strings
Diffstat (limited to 'gatchat/ppp_lcp.c')
-rw-r--r--gatchat/ppp_lcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/ppp_lcp.c b/gatchat/ppp_lcp.c
index 2431aea8..8ad70d82 100644
--- a/gatchat/ppp_lcp.c
+++ b/gatchat/ppp_lcp.c
@@ -230,7 +230,7 @@ struct pppcp_data *lcp_new(GAtPPP *ppp)
return NULL;
}
- pppcp->option_strings = lcp_option_strings;
+ pppcp_set_option_strings(pppcp, lcp_option_strings);
pppcp->prefix = "lcp";
pppcp_set_valid_codes(pppcp, LCP_SUPPORTED_CODES);