summaryrefslogtreecommitdiff
path: root/tracepath.c
diff options
context:
space:
mode:
Diffstat (limited to 'tracepath.c')
-rw-r--r--tracepath.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tracepath.c b/tracepath.c
index 82720ad..17382ab 100644
--- a/tracepath.c
+++ b/tracepath.c
@@ -490,6 +490,7 @@ int main(int argc, char **argv)
fprintf(stderr,
"Error: max hops must be 0 .. %d (inclusive).\n",
MAX_HOPS_LIMIT);
+ exit(1);
}
break;
case 'p':