mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 16:00:12 +00:00
fix audit init in vl and pr servers
Correct error introduced in commit
0dd7c980ac
Change-Id: I929bb35a6a7070d637f1b332dae50cd182aaf9c5
Reviewed-on: http://gerrit.openafs.org/7447
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
parent
40123db55e
commit
7b35b409a4
@ -466,7 +466,7 @@ main(int argc, char **argv)
|
||||
}
|
||||
|
||||
/* initialize audit user check */
|
||||
osi_audit_set_user_check(configDir, pr_IsLocalRealmMatch);
|
||||
osi_audit_set_user_check(prdir, pr_IsLocalRealmMatch);
|
||||
|
||||
/* initialize ubik */
|
||||
ubik_SetClientSecurityProcs(afsconf_ClientAuth, afsconf_UpToDate, prdir);
|
||||
|
@ -344,7 +344,7 @@ main(int argc, char **argv)
|
||||
}
|
||||
|
||||
/* initialize audit user check */
|
||||
osi_audit_set_user_check(configDir, vldb_IsLocalRealmMatch);
|
||||
osi_audit_set_user_check(tdir, vldb_IsLocalRealmMatch);
|
||||
|
||||
#ifdef AFS_NT40_ENV
|
||||
/* initialize winsock */
|
||||
|
Loading…
Reference in New Issue
Block a user