summaryrefslogtreecommitdiff
path: root/usr.bin/sudo/parse.yacc
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2005-06-19 22:00:09 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2005-06-19 22:00:09 +0000
commit2e5c48261179adc15f565023a7520fd314ac0588 (patch)
tree5b8882d626a630d3457372745daa74e93c2a3e96 /usr.bin/sudo/parse.yacc
parent47adb4253e32a37f97b1b4a936ecc670f80c74f1 (diff)
Update to sudo 1.6.8p9
Diffstat (limited to 'usr.bin/sudo/parse.yacc')
-rw-r--r--usr.bin/sudo/parse.yacc4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/sudo/parse.yacc b/usr.bin/sudo/parse.yacc
index c74125b784b..46dce221d82 100644
--- a/usr.bin/sudo/parse.yacc
+++ b/usr.bin/sudo/parse.yacc
@@ -676,10 +676,6 @@ cmnd : ALL {
}
$$ = TRUE;
-
- if (safe_cmnd)
- free(safe_cmnd);
- safe_cmnd = estrdup(user_cmnd);
}
| ALIAS {
aliasinfo *aip;