Remove unneccessary message
This commit is contained in:
parent
dee3c7f20e
commit
2f8cdc5567
1 changed files with 0 additions and 1 deletions
1
nmrp.c
1
nmrp.c
|
|
@ -511,7 +511,6 @@ int nmrp_do(struct nmrpd_args *args)
|
||||||
if (status == 0 && memcmp(rx.eh.ether_dhost, src, 6) == 0) {
|
if (status == 0 && memcmp(rx.eh.ether_dhost, src, 6) == 0) {
|
||||||
break;
|
break;
|
||||||
} else if (status == 1) {
|
} else if (status == 1) {
|
||||||
printf("ERR\n");
|
|
||||||
goto out;
|
goto out;
|
||||||
} else {
|
} else {
|
||||||
if ((time(NULL) - beg) >= 60) {
|
if ((time(NULL) - beg) >= 60) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue