mirror of
https://github.com/nmap/nmap.git
synced 2025-12-22 15:39:03 +00:00
Spacing.
This commit is contained in:
@@ -413,10 +413,11 @@ msevent *msevent_new(mspool *nsp, enum nse_type type, msiod *msiod, int timeout_
|
|||||||
#if HAVE_OPENSSL
|
#if HAVE_OPENSSL
|
||||||
nse->sslinfo.ssl_desire = SSL_ERROR_NONE;
|
nse->sslinfo.ssl_desire = SSL_ERROR_NONE;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (type == NSE_TYPE_READ || type == NSE_TYPE_WRITE)
|
if (type == NSE_TYPE_READ || type == NSE_TYPE_WRITE)
|
||||||
filespace_init(&(nse->iobuf), 1024);
|
filespace_init(&(nse->iobuf), 1024);
|
||||||
#if HAVE_PCAP
|
|
||||||
|
|
||||||
|
#if HAVE_PCAP
|
||||||
if (type == NSE_TYPE_PCAP_READ) {
|
if (type == NSE_TYPE_PCAP_READ) {
|
||||||
mspcap *mp;
|
mspcap *mp;
|
||||||
int sz;
|
int sz;
|
||||||
|
|||||||
Reference in New Issue
Block a user