From 4f03e9180cd29d7b0e1d22c7152b2f2e9c395cf6 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 11 Aug 2004 18:29:10 +0000 Subject: [PATCH] Reset used_runas to FALSE when re-intializing the parser. --- parse.yacc | 1 + 1 file changed, 1 insertion(+) diff --git a/parse.yacc b/parse.yacc index 3bc5ff7cf..a171449ef 100644 --- a/parse.yacc +++ b/parse.yacc @@ -1231,6 +1231,7 @@ init_parser() match = NULL; top = 0; parse_error = FALSE; + used_runas = FALSE; errorlineno = -1; sudolineno = 1; } -- 2.40.0