Commit 8a32a1b0 authored by unknown's avatar unknown

Fix build error in some configs.

Remove non-source file from bzr.
parent b2fb0601
This diff is collapsed.
...@@ -1613,6 +1613,7 @@ static my_socket activate_tcp_port(uint port) ...@@ -1613,6 +1613,7 @@ static my_socket activate_tcp_port(uint port)
uint retry; uint retry;
DBUG_ENTER("activate_tcp_port"); DBUG_ENTER("activate_tcp_port");
DBUG_PRINT("enter",("port: %u", port)); DBUG_PRINT("enter",("port: %u", port));
LINT_INIT(ret);
ip_sock = socket(AF_INET, SOCK_STREAM, 0); ip_sock = socket(AF_INET, SOCK_STREAM, 0);
if (ip_sock == INVALID_SOCKET) if (ip_sock == INVALID_SOCKET)
...@@ -1679,7 +1680,6 @@ static void network_init(void) ...@@ -1679,7 +1680,6 @@ static void network_init(void)
#endif #endif
int arg=1; int arg=1;
DBUG_ENTER("network_init"); DBUG_ENTER("network_init");
LINT_INIT(ret);
if (thread_scheduler.init()) if (thread_scheduler.init())
unireg_abort(1); /* purecov: inspected */ unireg_abort(1); /* purecov: inspected */
......
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