gatchat: Disable encoding for RawIP GIOChannel

This commit is contained in:
Marcel Holtmann 2011-01-19 15:28:59 +01:00
parent edaff4b505
commit 2f2460f5ae
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ static void create_tun(GAtRawIP *rawip)
rawip->tun_io = g_at_io_new(channel);
g_io_channel_set_encoding(channel, NULL, NULL);
g_io_channel_set_buffered(channel, FALSE);
g_io_channel_unref(channel);