projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9903178
)
contrib/fwd: remove leftover debug printf
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 17 Dec 2009 01:15:44 +0000
(
01:15
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 17 Dec 2009 01:15:44 +0000
(
01:15
+0000)
contrib/fwd/src/fwd_rules.c
patch
|
blob
|
history
diff --git
a/contrib/fwd/src/fwd_rules.c
b/contrib/fwd/src/fwd_rules.c
index 141ce8565c80335862b724a7ec18180554e3c1b5..595b1e7f4e4fb00ce5b9f6a9648aebffc9a3cbe3 100644
(file)
--- a/
contrib/fwd/src/fwd_rules.c
+++ b/
contrib/fwd/src/fwd_rules.c
@@
-402,8
+402,6
@@
static int fwd_r_cmp(const char *what, const char *cmt, const char *cmp)
{
char *match;
- printf("CMP: %s %s %s\n", what, cmt, cmp);
-
if( (match = strstr(cmt, what)) == NULL )
return 0;