mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
Merge of trunk r894:
Merge of IET r213 git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/1.0.1.x@895 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -13,4 +13,4 @@
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#define ISCSI_VERSION_STRING "1.0.1.1/0.4.17r212"
|
||||
#define ISCSI_VERSION_STRING "1.0.1.1/0.4.17r213"
|
||||
|
||||
@@ -108,7 +108,7 @@ static struct buf_segment *conn_alloc_buf_segment(struct connection *conn,
|
||||
seg->len = 0;
|
||||
memset(seg->data, 0x0, sz);
|
||||
list_add_tail(&seg->entry, &conn->rsp_buf_list);
|
||||
log_debug(2, "alloc'ed new buf_segment\n");
|
||||
log_debug(2, "alloc'ed new buf_segment");
|
||||
}
|
||||
|
||||
return seg;
|
||||
@@ -178,7 +178,7 @@ void text_key_add(struct connection *conn, char *key, char *value)
|
||||
break;
|
||||
}
|
||||
|
||||
log_debug(2, "wrote: %s\n", seg->data + seg->len);
|
||||
log_debug(2, "wrote: %s", seg->data + seg->len);
|
||||
|
||||
seg->len += sz;
|
||||
len -= sz;
|
||||
|
||||
Reference in New Issue
Block a user