From: Todd C. Miller Date: Wed, 11 Aug 2004 18:29:10 +0000 (+0000) Subject: Reset used_runas to FALSE when re-intializing the parser. X-Git-Tag: SUDO_1_6_8~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f03e9180cd29d7b0e1d22c7152b2f2e9c395cf6;p=sudo Reset used_runas to FALSE when re-intializing the parser. --- 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; }