projects
/
p0f-client-exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3a49fd
)
Removed debugging message
author
Joshua Drake
<zamnedix@sleepermud.net>
Mon, 30 Nov 2015 21:17:41 +0000
(13:17 -0800)
committer
Joshua Drake
<zamnedix@sleepermud.net>
Mon, 30 Nov 2015 21:17:41 +0000
(13:17 -0800)
p0f-client-exim.c
patch
|
blob
|
blame
|
history
diff --git
a/p0f-client-exim.c
b/p0f-client-exim.c
index e907f0817c9f1912945df29467e170a99d6ef5f1..d26f5fa9fe048285900e100e0e1b0d327cf64626 100644
(file)
--- a/
p0f-client-exim.c
+++ b/
p0f-client-exim.c
@@
-77,8
+77,6
@@
static void parse_addr6(char* str, u8* ret) {
exit(1);
}
- SAYF("str %s val %d\n", str, val);
-
ret[seg * 2] = val >> 8;
ret[seg * 2 + 1] = val;