mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 21:47:45 +00:00
checkauth-unlock-before-return-20080228
LICENSE IPL10 only matters once you have pthreads, but...
This commit is contained in:
parent
502aca9e8c
commit
8ffc274282
@ -51,9 +51,11 @@ int
|
||||
afsconf_CheckAuth(register struct afsconf_dir *adir,
|
||||
register struct rx_call *acall)
|
||||
{
|
||||
int rc;
|
||||
LOCK_GLOBAL_MUTEX;
|
||||
return ((afsconf_SuperUser(adir, acall, NULL) == 0) ? 10029 : 0);
|
||||
rc = ((afsconf_SuperUser(adir, acall, NULL) == 0) ? 10029 : 0);
|
||||
UNLOCK_GLOBAL_MUTEX;
|
||||
return rc;
|
||||
}
|
||||
#endif /* !defined(UKERNEL) */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user