]> git.proxmox.com Git - pve-common.git/commit - src/PVE/CLIHandler.pm
CLIHandler: remove spurious abort()
authorStoiko Ivanov <s.ivanov@proxmox.com>
Tue, 30 Jul 2019 12:42:11 +0000 (14:42 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 14 Aug 2019 09:13:06 +0000 (11:13 +0200)
commit93e9f666abaa50fb19e565055d14fd3649b0f86f
tree4e7ff4434e47d17e1ee3cc228709b657c16bc79e
parent5c1556cd27c93705eef1d02f2d09e0c245212e67
CLIHandler: remove spurious abort()

The abort currently cannot be reached, instead the error with the same
message (unknown command '$cmdstr') in handle_cmd is raised.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
src/PVE/CLIHandler.pm