mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-10 20:55:34 +00:00
res fx 2
This commit is contained in:
@ -1363,6 +1363,9 @@ int http_fn_cmd_tool(http_request_t* request) {
|
||||
res = CMD_ExecuteCommand(long_str_alloced, COMMAND_FLAG_SOURCE_CONSOLE);
|
||||
free(long_str_alloced);
|
||||
}
|
||||
else {
|
||||
res = CMD_RES_ERROR;
|
||||
}
|
||||
}
|
||||
else {
|
||||
res = CMD_ExecuteCommand(tmpA, COMMAND_FLAG_SOURCE_CONSOLE);
|
||||
|
||||
Reference in New Issue
Block a user