Fix printfs with too few or too many parms, remove unused vars, fix incorrect flag tests, other code cleanup.
This commit is contained in:
@@ -67,7 +67,6 @@ PUBLIC int fs_lookup()
|
||||
if(user_path[len - 1] != '\0') return(EINVAL);
|
||||
|
||||
if(flags & PATH_GET_UCRED) { /* Do we have to copy uid/gid credentials? */
|
||||
int i;
|
||||
grant2 = fs_m_in.REQ_GRANT2;
|
||||
cred_size = fs_m_in.REQ_UCRED_SIZE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user