wtf why didn't this get rebased

pull/237/head
Rick V 5 years ago
parent ce9f455bf3
commit 6913c01524
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465

@ -700,7 +700,7 @@ namespace llarp
return pkt.Load(buf) && pkt.Header()->version == 4;
}))
{
#if defined(DEBUG) || !defined(MOTTO)
#if defined(DEBUG) || !defined(LLARP_RELEASE_MOTTO)
llarp::LogInfo("invalid pkt");
llarp::DumpBuffer(buf);
#endif

@ -10,7 +10,7 @@
// these need to be in a specific order
#include <assert.h>
#include <net.h>
#include <net/net.h>
#include <windows.h>
#include <iphlpapi.h>
#if WINNT_CROSS_COMPILE && !NTSTATUS

Loading…
Cancel
Save