]> andersk Git - moira.git/commitdiff
Added exit(0) to the end of main().
authorqjb <qjb>
Sun, 18 Dec 1988 23:11:36 +0000 (23:11 +0000)
committerqjb <qjb>
Sun, 18 Dec 1988 23:11:36 +0000 (23:11 +0000)
clients/mrtest/mrtest.c

index 1e2c188f09084417d8f7061543d553836d3e617c..7038a093bd79b8dc3ce5632a5650e25a246023cb 100644 (file)
@@ -57,6 +57,7 @@ sms()
                com_err(whoami, status, 0);
                exit(1);
        }
+       exit(0);
 }
 
 test_noop()
This page took 0.129434 seconds and 5 git commands to generate.