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:
Andrew Deason 2012-05-03 14:55:39 -05:00 committed by Derrick Brashear
parent 663185d62d
commit d206783e0d

View File

@ -5831,7 +5831,7 @@ MyBeforeProc(struct cmd_syndesc *as, void *arock)
if (as->parms[13].items) if (as->parms[13].items)
secFlags |= AFSCONF_SECOPTS_NOAUTH; secFlags |= AFSCONF_SECOPTS_NOAUTH;
if (as->parms[14].items) /* -serverauth specified */ if (as->parms[14].items) /* -localauth specified */
secFlags |= AFSCONF_SECOPTS_LOCALAUTH; secFlags |= AFSCONF_SECOPTS_LOCALAUTH;
if (as->parms[16].items /* -encrypt specified */ if (as->parms[16].items /* -encrypt specified */