commit 769934d7e0a513b014cd1b8a4e61715f79b81158 parent 7513a9cbc18e76b36d1b24eb9417b295012876d7 Author: CNLohr <charles@cnlohr.com> Date: Tue, 23 May 2017 10:45:49 -0400 Fix non-root-comment Diffstat:
M | ping.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ping.c b/ping.c @@ -99,7 +99,7 @@ void listener() if ( setsockopt(sd, SOL_IP, IP_TTL, &val, sizeof(val)) != 0) { - ERRM("Erro: could not set TTL option\n"); + ERRM("Erro: could not set TTL option - did you forget to run as root or sticky bit cnping?\n"); exit( -1 ); } #endif