aboutsummaryrefslogtreecommitdiffstats
path: root/src/fnettrace
diff options
context:
space:
mode:
Diffstat (limited to 'src/fnettrace')
-rw-r--r--src/fnettrace/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fnettrace/main.c b/src/fnettrace/main.c
index a1e46f307..5a0b97e89 100644
--- a/src/fnettrace/main.c
+++ b/src/fnettrace/main.c
@@ -27,7 +27,7 @@
27 27
28static char *arg_log = NULL; 28static char *arg_log = NULL;
29 29
30// only 0 or negative values; postive values as defiend in RFCsq 30// only 0 or negative values; positive values as defined in RFC
31#define PROTOCOL_ICMP 0 31#define PROTOCOL_ICMP 0
32#define PROTOCOL_SSH -1 32#define PROTOCOL_SSH -1
33 33