summaryrefslogtreecommitdiffstats
path: root/src/nat_check.cpp
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2015-11-09 11:05:34 +0200
committerHanoh Haim <hhaim@cisco.com>2015-11-09 11:05:34 +0200
commitc6d2cb0554ebc39142fb433040a968714a7ec24f (patch)
tree3594c3e602069c08ed835a1cef0a5e5334fca96d /src/nat_check.cpp
parentcb98f7938f3ea85c57de66c6f6919accdcc16fb4 (diff)
parent67bcc46be09049d2ca65c0af2aa6a2fe0821eb04 (diff)
Merge branch intg1
Diffstat (limited to 'src/nat_check.cpp')
-rwxr-xr-xsrc/nat_check.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nat_check.cpp b/src/nat_check.cpp
index 676c1292..170d2de6 100755
--- a/src/nat_check.cpp
+++ b/src/nat_check.cpp
@@ -171,8 +171,8 @@ void CNatRxManager::handle_packet_ipv4(CNatOption * option,
}
-#define MYDP(f) if (f) fprintf(fd," %-40s: %llu \n",#f,f)
-#define MYDP_A(f) fprintf(fd," %-40s: %llu \n",#f,f)
+#define MYDP(f) if (f) fprintf(fd," %-40s: %llu \n",#f,(unsigned long long)f)
+#define MYDP_A(f) fprintf(fd," %-40s: %llu \n",#f, (unsigned long long)f)