From fe72f69dfdedd62171fd70a4b517424dc345517b Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sat, 5 Oct 2013 21:05:42 -0700 Subject: [PATCH] We dont need _snprintf_s since we have a compatibility function for windows --- lib/pdu.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/pdu.c b/lib/pdu.c index f0b900a..5ae0cc0 100644 --- a/lib/pdu.c +++ b/lib/pdu.c @@ -73,11 +73,7 @@ void iscsi_dump_pdu_header(struct iscsi_context *iscsi, unsigned char *data) { char dump[ISCSI_RAW_HEADER_SIZE*3+1]={0}; int i; for (i=0;i