From ee50a4661e90d14c9f68caded1a5d28a3020e082 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 5 Aug 1994 20:14:59 +0000 Subject: [PATCH] not set ret to MODE_RUN initially --- sudo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sudo.c b/sudo.c index 6a62e3b59..6238459f7 100644 --- a/sudo.c +++ b/sudo.c @@ -309,7 +309,7 @@ static int parse_args() { int opt_ch; int V_flag=0, h_flag=0, v_flag=0, k_flag=0, error=0; - int ret; + int ret=MODE_RUN; /* no options and no command */ if (Argc < 2)