From: Mark Vitale Date: Thu, 14 Feb 2013 15:51:34 +0000 (-0500) Subject: salvager: incorrect comment X-Git-Tag: upstream/1.6.3^2~99 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c1bc649cefc37aa4fb2546b648ba917a4fb1b897;p=packages%2Fo%2Fopenafs.git salvager: incorrect comment The comment for the code handling the -showsuid option was incorrect. Reviewed-on: http://gerrit.openafs.org/9109 Reviewed-by: Jeffrey Altman Tested-by: BuildBot (cherry picked from commit 4051c5e96e921b69ac2a6e7bcb805cbc0a8f7993) Change-Id: Id19e063c9540e362b4d9478a0fce606084d470e6 Reviewed-on: http://gerrit.openafs.org/9523 Tested-by: BuildBot Reviewed-by: Derrick Brashear Reviewed-by: Andrew Deason Reviewed-by: Stephan Wiesand --- diff --git a/src/vol/salvager.c b/src/vol/salvager.c index 16eeac2f2..3902c2de6 100644 --- a/src/vol/salvager.c +++ b/src/vol/salvager.c @@ -244,7 +244,7 @@ handleit(struct cmd_syndesc *as, void *arock) } if ((ti = as->parms[12].items)) /* -showlog */ ShowLog = 1; - if ((ti = as->parms[13].items)) { /* -log */ + if ((ti = as->parms[13].items)) { /* -showsuid */ Testing = 1; ShowSuid = 1; Showmode = 1;