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:
Matthias Bode
2010-05-03 22:35:38 +02:00
committed by Øyvind Harboe
parent 91b9f3de0b
commit 31b050108a
3 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@
#include <server/server.h>
int tcl_init(struct command_context *cmd_ctx);
int tcl_init(void);
int tcl_register_commands(struct command_context *cmd_ctx);
#endif /* _TCL_SERVER_H_ */