diff options
Diffstat (limited to 'gatchat/ppp.c')
-rw-r--r-- | gatchat/ppp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/ppp.c b/gatchat/ppp.c index 7755791c..99af49a3 100644 --- a/gatchat/ppp.c +++ b/gatchat/ppp.c @@ -383,7 +383,7 @@ static void ppp_dead(GAtPPP *ppp) { /* notify interested parties */ if (ppp->disconnect_cb) - ppp->disconnect_cb(ppp, ppp->disconnect_data); + ppp->disconnect_cb(ppp->disconnect_data); if (g_atomic_int_get(&ppp->ref_count)) return; |