gathdlc: delete read/write handler in hdlc_suspend

This commit is contained in:
Guillaume Zajac 2011-05-04 17:38:59 +02:00 committed by Denis Kenzior
parent 8a56acd549
commit badd5555ec
1 changed files with 3 additions and 0 deletions

View File

@ -166,6 +166,9 @@ static gboolean hdlc_suspend(gpointer user_data)
g_at_io_drain_ring_buffer(hdlc->io, 3);
g_at_io_set_write_handler(hdlc->io, NULL, NULL);
g_at_io_set_read_handler(hdlc->io, NULL, NULL);
if (hdlc->suspend_func)
hdlc->suspend_func(hdlc->suspend_data);