From eb9dca9177147af20789bc551204d8f944741b15 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 2 Aug 2012 06:31:50 +0000 Subject: [PATCH] null check from rustyBSD SVN revision: 74777 --- src/bin/e_sys_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_sys_main.c b/src/bin/e_sys_main.c index 9e1689262..17bcabc73 100644 --- a/src/bin/e_sys_main.c +++ b/src/bin/e_sys_main.c @@ -93,6 +93,7 @@ main(int argc, { exit(1); } + if (!action) exit(1); uid = getuid(); gid = getgid();