fix: missing macro check
This commit is contained in:
@@ -174,7 +174,9 @@ void setNonBlocking(SOCKET s, bool enabled)
|
|||||||
TinyMITMProxy::~TinyMITMProxy()
|
TinyMITMProxy::~TinyMITMProxy()
|
||||||
{
|
{
|
||||||
shutdown();
|
shutdown();
|
||||||
|
#ifdef TINYMITM_LOGS
|
||||||
delete _log;
|
delete _log;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
bool TinyMITMProxy::init()
|
bool TinyMITMProxy::init()
|
||||||
|
|||||||
Reference in New Issue
Block a user