server: revert commit 7e6556b3cad8
[fw/openocd] / src / server / tcl_server.c
index 07213ae79978ea6041cc2e78f626ab2675b13aca..1ecb827a1ab007325d9ec5fa4c41c5b6f20eadbc 100644 (file)
@@ -285,7 +285,7 @@ int tcl_init(void)
 
        return add_service("tcl", tcl_port, CONNECTION_LIMIT_UNLIMITED,
                &tcl_new_connection, &tcl_input,
-               &tcl_closed, NULL, NULL);
+               &tcl_closed, NULL);
 }
 
 COMMAND_HANDLER(handle_tcl_port_command)