mirror of
https://github.com/nmap/nmap.git
synced 2026-06-27 19:53:10 +00:00
Spacing.
This commit is contained in:
parent
105ea877b2
commit
76a5565519
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue