1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-22 15:39:03 +00:00
This commit is contained in:
henri
2013-07-31 19:01:21 +00:00
parent 105ea877b2
commit 76a5565519

View File

@@ -413,10 +413,11 @@ msevent *msevent_new(mspool *nsp, enum nse_type type, msiod *msiod, int timeout_
#if HAVE_OPENSSL
nse->sslinfo.ssl_desire = SSL_ERROR_NONE;
#endif
if (type == NSE_TYPE_READ || type == NSE_TYPE_WRITE)
filespace_init(&(nse->iobuf), 1024);
#if HAVE_PCAP
#if HAVE_PCAP
if (type == NSE_TYPE_PCAP_READ) {
mspcap *mp;
int sz;