slightly simpler initialization of no_passwd and runas_matches
This commit is contained in:
@@ -229,11 +229,9 @@ hostspec : ALL {
|
|||||||
}
|
}
|
||||||
;
|
;
|
||||||
|
|
||||||
opcmndlist : {
|
opcmndlist : { no_passwd = runas_matches = -1; } opcmnd
|
||||||
cmnd_matches = no_passwd = runas_matches = -1;
|
|
||||||
} opcmnd
|
|
||||||
| opcmndlist ',' {
|
| opcmndlist ',' {
|
||||||
cmnd_matches = no_passwd = runas_matches = -1;
|
no_passwd = runas_matches = -1;
|
||||||
} opcmnd
|
} opcmnd
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user