From c1bc649cefc37aa4fb2546b648ba917a4fb1b897 Mon Sep 17 00:00:00 2001 From: Mark Vitale Date: Thu, 14 Feb 2013 10:51:34 -0500 Subject: [PATCH] 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 --- src/vol/salvager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5