mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-08 19:43:23 +02:00
Fix some ununitialized stuff
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ int CommandExists(char *name)
|
||||
|
||||
Command *CommandAdd(Module *module, char *cmd, int (*func)(), unsigned char params, int flags)
|
||||
{
|
||||
Command *command;
|
||||
Command *command = NULL;
|
||||
aCommand *c;
|
||||
|
||||
if (find_Command_simple(cmd))
|
||||
|
||||
Reference in New Issue
Block a user