aboutsummaryrefslogtreecommitdiff
path: root/src/sg_luns.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2009-06-18 02:38:40 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2009-06-18 02:38:40 +0000
commitc993e63f5f5b2fca0cf434c9001995e22a7ab252 (patch)
treec854977395273df783fd12fa538ffbf57bdbf657 /src/sg_luns.c
parentbdf08eb339d446e045ed7e7d08be11e16a7e76ad (diff)
downloadsg3_utils-c993e63f5f5b2fca0cf434c9001995e22a7ab252.tar.gz
sg_luns: reduce maxlen default to 8192
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@278 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src/sg_luns.c')
-rw-r--r--src/sg_luns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sg_luns.c b/src/sg_luns.c
index 93d43c38..0df18a27 100644
--- a/src/sg_luns.c
+++ b/src/sg_luns.c
@@ -48,10 +48,10 @@
* This program issues the SCSI REPORT LUNS command to the given SCSI device.
*/
-static char * version_str = "1.14 20090615";
+static char * version_str = "1.15 20090617";
#define MAX_RLUNS_BUFF_LEN (1024 * 64)
-#define DEF_RLUNS_BUFF_LEN MAX_RLUNS_BUFF_LEN
+#define DEF_RLUNS_BUFF_LEN (1024 * 8)
static unsigned char reportLunsBuff[MAX_RLUNS_BUFF_LEN];