Commit 45b389f3 authored by Dafydd Harries's avatar Dafydd Harries

rename label from "EOF" to "END" to avoid conflict with stdio.h value

darcs-hash:20070125163539-c9803-41837b88c58ac45e44bf2b1966e366e6ecf1a8b1.gz
parent 294dade0
...@@ -121,7 +121,7 @@ handle_connection (guint fileno, const struct sockaddr_in *sin, gpointer data) ...@@ -121,7 +121,7 @@ handle_connection (guint fileno, const struct sockaddr_in *sin, gpointer data)
g_debug ("got TCP data"); g_debug ("got TCP data");
if (!handle_tcp_read (fileno)) if (!handle_tcp_read (fileno))
goto EOF; goto END;
} }
else if (i == sock->fileno) else if (i == sock->fileno)
{ {
...@@ -132,7 +132,7 @@ handle_connection (guint fileno, const struct sockaddr_in *sin, gpointer data) ...@@ -132,7 +132,7 @@ handle_connection (guint fileno, const struct sockaddr_in *sin, gpointer data)
} }
} }
EOF: END:
g_debug ("connection closed"); g_debug ("connection closed");
while (sockets != NULL) while (sockets != NULL)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment