Fixes for close and cleanup of sessions, dcb, router sessions etc.
Fix memory leak in config Fix for debug command execution without second argument
This commit is contained in:
@ -180,7 +180,7 @@ char *saveptr, *delim = " \t\r\n";
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
else
|
||||
else if (argc >= 0)
|
||||
{
|
||||
for (i = 0; cmds[i].cmd; i++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user