Error description

master
Mark Qvist 2014-05-26 11:30:30 +02:00
parent 3fdeb6a136
commit d188663917
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -260,7 +260,7 @@ void init() {
struct ifreq interfaceRequest;
size_t max_if_name_len = sizeof(interfaceRequest.ifr_name);
if (if_name_len > max_if_name_len) {
printf("Interface name is too long (max length is %lu)\n", max_if_name_len);
printf("Interface name is too long\n");
exit(1);
}