summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-07-25 13:40:19 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-07-25 13:40:19 +0000
commitd7cb7c9196f45a843eadfefaa25cd20427665253 (patch)
tree06e3b36ac089b98e723bcf8d8584bd672b667351 /userspace/ebtables2
parentf173c4db28302f178b8524825c4080581684d4e5 (diff)
*** empty log message ***
Diffstat (limited to 'userspace/ebtables2')
-rw-r--r--userspace/ebtables2/communication.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/userspace/ebtables2/communication.c b/userspace/ebtables2/communication.c
index fa19a55..59d5395 100644
--- a/userspace/ebtables2/communication.c
+++ b/userspace/ebtables2/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");
}
}