From 666ad4281cd3139244dc6c2ae79695490e796dd3 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Thu, 25 Jul 2002 13:40:19 +0000 Subject: *** empty log message *** --- communication.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'communication.c') diff --git a/communication.c b/communication.c index fa19a55..59d5395 100644 --- a/communication.c +++ b/communication.c @@ -32,7 +32,8 @@ static void get_sockfd() sockfd = socket(AF_INET, SOCK_RAW, PF_INET); if (sockfd < 0) print_error("Problem getting a socket, " - "do you have the right permissions?"); + "you probably don't have the right " + "permissions"); } } -- cgit v1.2.3