Coverity scan fixes

This commit is contained in:
J Harper
2016-05-03 23:36:11 -07:00
parent 5ca20e16b2
commit 855a6d76b9

View File

@@ -1594,6 +1594,7 @@ static int32 parseSSLHandshake(ssl_t *ssl, char *inbuf, uint32 len)
/* Immediately check if we are working with a fragmented message. */
#ifdef USE_DTLS
msn = 0;
/* This is the non-DTLS fragmentation handler */
if (!(ssl->flags & SSL_FLAGS_DTLS)) {
#endif