From: Eric Leblond Date: Thu, 26 Sep 2013 17:57:19 +0000 (+0200) Subject: reject: delete debug line X-Git-Tag: suricata-2.0beta2~253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f1cf9728edc304c37155993e14e9d5cced3dc2a;p=thirdparty%2Fsuricata.git reject: delete debug line --- diff --git a/src/respond-reject-libnet11.c b/src/respond-reject-libnet11.c index f00f7ec49b..914c1b494b 100644 --- a/src/respond-reject-libnet11.c +++ b/src/respond-reject-libnet11.c @@ -199,7 +199,6 @@ cleanup: int RejectSendLibnet11L3IPv4ICMP(ThreadVars *tv, Packet *p, void *data, int dir) { - //printf("going to send a ICMP host unreachable\n"); Libnet11Packet lpacket; libnet_t *c; /* libnet context */ char ebuf[LIBNET_ERRBUF_SIZE];