mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 07:51:00 +00:00
Fix syntax error when supergroups are not enabled
1f22cab
broke non-supergroups builds due to incorrect brace placement.
Move the correct closing brace outside of the #ifdef.
Change-Id: I2ed3f8f57b35f0030e26306f7e791ea6b5158c9a
Reviewed-on: http://gerrit.openafs.org/2038
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
This commit is contained in:
parent
916699ed41
commit
5698becfff
@ -297,9 +297,8 @@ main(int argc, char **argv)
|
||||
} else if ((strncmp(arg, "-groupdepth", alen) == 0)
|
||||
|| (strncmp(arg, "-depth", alen) == 0)) {
|
||||
depthsg = atoi(argv[++a]); /* Max search depth for supergroups */
|
||||
}
|
||||
#endif
|
||||
else if (strncmp(arg, "-default_access", alen) == 0) {
|
||||
} else if (strncmp(arg, "-default_access", alen) == 0) {
|
||||
prp_user_default = prp_access_mask(argv[++a]);
|
||||
prp_group_default = prp_access_mask(argv[++a]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user