projects
/
oweals
/
nmrpflash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dee3c7f
)
Remove unneccessary message
author
Joseph C. Lehner
<joseph.c.lehner@gmail.com>
Tue, 9 Aug 2016 15:01:40 +0000
(17:01 +0200)
committer
Joseph C. Lehner
<joseph.c.lehner@gmail.com>
Tue, 9 Aug 2016 15:01:40 +0000
(17:01 +0200)
nmrp.c
patch
|
blob
|
history
diff --git
a/nmrp.c
b/nmrp.c
index 59938db152607e4882100f96d8800dcc2c772ff3..81b6a8085833f253c9736b9d4059920b182a6a28 100644
(file)
--- a/
nmrp.c
+++ b/
nmrp.c
@@
-511,7
+511,6
@@
int nmrp_do(struct nmrpd_args *args)
if (status == 0 && memcmp(rx.eh.ether_dhost, src, 6) == 0) {
break;
} else if (status == 1) {
- printf("ERR\n");
goto out;
} else {
if ((time(NULL) - beg) >= 60) {