Avoided a compiler warning

N2009_11_14_FIXES
jpandre 2009-10-28 15:07:02 +00:00
parent 54539d14a2
commit f40b6edb32
1 changed files with 3 additions and 2 deletions

View File

@ -2131,9 +2131,10 @@ return (0);
}
}
if (!ok)
if (!ok) {
errno = EINVAL;
else {
pos = 0;
} else {
/* an ACE for administrators */
/* always full access */