aboutsummaryrefslogtreecommitdiff
path: root/src/sg_logs.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2017-09-25 21:57:43 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2017-09-25 21:57:43 +0000
commit35242f73d10cb0720c59eeb7343d437ff53fb29a (patch)
treed3a60b32d29909f09b0862be55122826f7df04d6 /src/sg_logs.c
parentea54f8e189eb93c93a236b80c8b91c9f93603aa3 (diff)
downloadsg3_utils-35242f73d10cb0720c59eeb7343d437ff53fb29a.tar.gz
sg_write_atomic: new utility; sg_opcode: support CDLP (command duration limit page)
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@717 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src/sg_logs.c')
-rw-r--r--src/sg_logs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sg_logs.c b/src/sg_logs.c
index 272551be..3666d4c8 100644
--- a/src/sg_logs.c
+++ b/src/sg_logs.c
@@ -3038,7 +3038,7 @@ show_ie_page(const uint8_t * resp, int len, const struct opts_t * op)
sg_get_unaligned_be32(bp + 12),
sg_get_unaligned_be32(bp + 16),
cp);
- decoded = true;
+ /* decoded = true; */
} else if ((! decoded) && full) {
printf(" parameter code = 0x%x, contents in hex:\n", pc);
dStrHex((const char *)bp, extra, 1);