Fixed bug in tcl-server
No segmentationfault when sending commands to tcl-server. modified: src/server/server.c modified: src/server/tcl_server.c modified: src/server/tcl_server.h
This commit is contained in:
committed by
Øyvind Harboe
parent
91b9f3de0b
commit
31b050108a
@@ -513,7 +513,7 @@ int server_preinit(void)
|
||||
|
||||
int server_init(struct command_context *cmd_ctx)
|
||||
{
|
||||
int ret = tcl_init(cmd_ctx);
|
||||
int ret = tcl_init();
|
||||
if (ERROR_OK != ret)
|
||||
return ret;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user