]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
lualoader: Return status in cli_execute_unparsed properly
authorkevans <kevans@FreeBSD.org>
Wed, 7 Mar 2018 22:05:23 +0000 (22:05 +0000)
committerkevans <kevans@FreeBSD.org>
Wed, 7 Mar 2018 22:05:23 +0000 (22:05 +0000)
commit7d627bdb93e9fbce0dee658df8fc2b8f42faf738
tree8d7197633fb532e81d4cf639cdcb627af02f0fb8
parentff01cfd6945738f8d84f35f2927995d2797c5922
lualoader: Return status in cli_execute_unparsed properly

cli_execute was changed to return the status, cascade that to
cli_execute_unparsed.

This fixes a lot of false "Failed to execute" errors following r330620; no
failures actually occurred, but [module]_error would've then promptly
executed (and also "failed")
stand/lua/cli.lua