Remove useless debug in PPP transmit destroy callback

This commit is contained in:
Marcel Holtmann 2010-04-12 17:53:29 -07:00
parent a977ecf260
commit 143d6db7c3
1 changed files with 1 additions and 2 deletions

View File

@ -660,9 +660,8 @@ static void ppp_xmit_destroy_notify(gpointer destroy_data)
{
GAtPPP *ppp = destroy_data;
g_print("%s\n", __FUNCTION__);
ppp->write_watch = 0;
if (ppp->phase == PPP_DEAD)
ppp_dead(ppp);
}