diff options
Diffstat (limited to 'gatchat/ppp_net.c')
-rw-r--r-- | gatchat/ppp_net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/ppp_net.c b/gatchat/ppp_net.c index 4b459ade..bc9ec171 100644 --- a/gatchat/ppp_net.c +++ b/gatchat/ppp_net.c @@ -75,7 +75,7 @@ static void ip_process_packet(gpointer priv, guint8 *packet) /* find the length of the packet to transmit */ len = get_host_short(&packet[2]); status = g_io_channel_write_chars(data->channel, (gchar *) packet, - len, &bytes_written, &error); + len, &bytes_written, &error); } /* |