Signed-off-by: Lin Ma <lma@xxxxxxx> --- tools/virsh-network.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/virsh-network.c b/tools/virsh-network.c index f0f5358625..ce67e3f19b 100644 --- a/tools/virsh-network.c +++ b/tools/virsh-network.c @@ -1522,6 +1522,7 @@ cmdNetworkPortCreate(vshControl *ctl, const vshCmd *cmd) ret = true; cleanup: + vshReportError(ctl); VIR_FREE(buffer); if (port) virNetworkPortFree(port); -- 2.26.0