mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 00:10:15 +00:00
vos: Correct comment
This is -localauth, not -serverauth Change-Id: I8337c231905a5424b5a91b0ed981adade64ca144 Reviewed-on: http://gerrit.openafs.org/7323 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil> Reviewed-by: Michael Meffie <mmeffie@sinenomine.net> Reviewed-by: Tom Keiser <tkeiser@sinenomine.net> Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
parent
663185d62d
commit
d206783e0d
@ -5831,7 +5831,7 @@ MyBeforeProc(struct cmd_syndesc *as, void *arock)
|
||||
if (as->parms[13].items)
|
||||
secFlags |= AFSCONF_SECOPTS_NOAUTH;
|
||||
|
||||
if (as->parms[14].items) /* -serverauth specified */
|
||||
if (as->parms[14].items) /* -localauth specified */
|
||||
secFlags |= AFSCONF_SECOPTS_LOCALAUTH;
|
||||
|
||||
if (as->parms[16].items /* -encrypt specified */
|
||||
|
Loading…
Reference in New Issue
Block a user