]> andersk Git - gssapi-openssh.git/commitdiff
o Just in case check-in to bring all exits in-line with a standard exit
authorcphillip <cphillip>
Tue, 6 May 2003 18:45:58 +0000 (18:45 +0000)
committercphillip <cphillip>
Tue, 6 May 2003 18:45:58 +0000 (18:45 +0000)
    methodology.

setup/setup-openssh.pl

index b2e236218227d71add0870efc18950a5dea95192..e83032a9279e35e5da80f26da64466a8a8be3ec8 100644 (file)
@@ -144,7 +144,7 @@ if ($response eq "n")
     print "\n";
     print "Exiting gsi_openssh setup.\n";
 
-    exit 0;
+    exit;
 }
 
 print "\n";
This page took 0.050532 seconds and 5 git commands to generate.