cosmetic change

This commit is contained in:
Todd C. Miller
2011-01-24 15:35:44 -05:00
parent ae2f7638f5
commit 1f5c1dda14

View File

@@ -589,8 +589,7 @@ sudo_file_display_cmnd(struct sudo_nss *nss, struct passwd *pw)
if (runas_match == ALLOW) {
cmnd_match = cmnd_matches(cs->cmnd);
if (cmnd_match != UNSPEC) {
match = host_match && runas_match ?
cs->cmnd : NULL;
match = host_match && runas_match ? cs->cmnd : NULL;
goto matched;
}
}