diff --git a/[refs] b/[refs] index 2658e0fdc9df..e84795357c1c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5036f0a0ecd31fc94360a944b352d082e1182b04 +refs/heads/master: a82d3f6f7d70bf86eb32164e8e4534117015b338 diff --git a/trunk/drivers/scsi/csiostor/csio_lnode.c b/trunk/drivers/scsi/csiostor/csio_lnode.c index 5322c81cc702..ffe9be04dc39 100644 --- a/trunk/drivers/scsi/csiostor/csio_lnode.c +++ b/trunk/drivers/scsi/csiostor/csio_lnode.c @@ -245,7 +245,6 @@ csio_append_attrib(uint8_t **ptr, uint16_t type, uint8_t *val, uint16_t len) len += 4; /* includes attribute type and length */ len = (len + 3) & ~3; /* should be multiple of 4 bytes */ ae->len = htons(len); - memset(ae->value, 0, len - 4); memcpy(ae->value, val, len); *ptr += len; }