From 4a77cd8595210fb610ed4d767f25f9e63a1e6335 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Wed, 8 Jun 2011 14:13:02 +0200 Subject: [PATCH] removed comment, printf --- opt/pflana2.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/opt/pflana2.c b/opt/pflana2.c index 3eb0e5b..a0b1e3a 100644 --- a/opt/pflana2.c +++ b/opt/pflana2.c @@ -50,10 +50,6 @@ int main(void) return 0; } - printf("Hit key to start!\n"); - getchar(); - /* XXX: binding to other fblock needs to be implemented */ - idx = device_ifindex("eth10"); if (idx < 0) { ret = idx; -- 2.11.4.GIT