Commit e8387db0 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Fix VC++ warning (change had already been made to other branches).

parent 81f28ca5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -988,7 +988,7 @@ dtls1_retransmit_buffered_messages(SSL *s)
		{
		frag = (hm_fragment *)item->data;
			if ( dtls1_retransmit_message(s,
				dtls1_get_queue_priority(frag->msg_header.seq, frag->msg_header.is_ccs),
				(unsigned short)dtls1_get_queue_priority(frag->msg_header.seq, frag->msg_header.is_ccs),
				0, &found) <= 0 && found)
			{
			fprintf(stderr, "dtls1_retransmit_message() failed\n");