diff options
Diffstat (limited to 'libbb/in_ether.c')
-rw-r--r-- | libbb/in_ether.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/in_ether.c b/libbb/in_ether.c index 1de383b..161c8ea 100644 --- a/libbb/in_ether.c +++ b/libbb/in_ether.c @@ -51,7 +51,6 @@ int FAST_FUNC in_ether(const char *bufp, struct sockaddr *sap) } while (j); *ptr++ = val; - } while (--i); /* Error if we aren't at end of string */ |