From bcdf18e4dd92f592617c35edbc9ffbb2817bd36c Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Tue, 17 Sep 2019 21:53:05 +0000 Subject: sync with fixes from Redhat, via github; remove testing/Makefile.cplus and testing/Makefile.cplus_fb git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@832 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- src/sg_luns.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/sg_luns.c') diff --git a/src/sg_luns.c b/src/sg_luns.c index d1a5030e..555e14d6 100644 --- a/src/sg_luns.c +++ b/src/sg_luns.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-2018 Douglas Gilbert. + * Copyright (c) 2004-2019 Douglas Gilbert. * All rights reserved. * Use of this source code is governed by a BSD-style * license that can be found in the BSD_LICENSE file. @@ -34,7 +34,7 @@ * and decodes the response. */ -static const char * version_str = "1.42 20180626"; +static const char * version_str = "1.43 20190913"; #define MAX_RLUNS_BUFF_LEN (1024 * 1024) #define DEF_RLUNS_BUFF_LEN (1024 * 8) @@ -308,9 +308,6 @@ decode_lun(const char * leadin, const uint8_t * lunp, bool lu_cong, } } break; - default: - printf("%s<<%s: faulty logic>>\n", l_leadin, __func__); - break; } if (next_level) continue; -- cgit v1.2.3