From d206783e0d1666464eb333ce58c72534448c2987 Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Thu, 3 May 2012 14:55:39 -0500 Subject: [PATCH] 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 --- src/volser/vos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5