Alon Bar-Lev has uploaded a new change for review.

Change subject: pki: exit SignReq with error if invalid usage
......................................................................

pki: exit SignReq with error if invalid usage

Change-Id: Ic19dadf046fd7c20ba36759fbc1d3c7421f239b6
Signed-off-by: Alon Bar-Lev <alo...@redhat.com>
---
M packaging/etc/pki/SignReq.sh
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/87/15487/1

diff --git a/packaging/etc/pki/SignReq.sh b/packaging/etc/pki/SignReq.sh
index 9c537ed..1faa2f8 100755
--- a/packaging/etc/pki/SignReq.sh
+++ b/packaging/etc/pki/SignReq.sh
@@ -22,7 +22,7 @@
     Organization                = O
     locking timeout             = Amount of seconds to wait for locking
 __EOF__
-        return 0
+        exit 1
 }
 
 sign () {


-- 
To view, visit http://gerrit.ovirt.org/15487
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic19dadf046fd7c20ba36759fbc1d3c7421f239b6
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to