From: Andrew Deason Date: Thu, 3 May 2012 19:55:39 +0000 (-0500) Subject: vos: Correct comment X-Git-Tag: upstream/1.8.0_pre1^2~2465 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=d206783e0d1666464eb333ce58c72534448c2987;p=packages%2Fo%2Fopenafs.git vos: Correct comment This is -localauth, not -serverauth Change-Id: I8337c231905a5424b5a91b0ed981adade64ca144 Reviewed-on: http://gerrit.openafs.org/7323 Tested-by: BuildBot Reviewed-by: Chas Williams - CONTRACTOR Reviewed-by: Michael Meffie Reviewed-by: Tom Keiser Reviewed-by: Derrick Brashear --- diff --git a/src/volser/vos.c b/src/volser/vos.c index 6c56d558c..c9a624ad9 100644 --- a/src/volser/vos.c +++ b/src/volser/vos.c @@ -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 */