diff options
| author | charles forsyth <charles.forsyth@gmail.com> | 2014-03-02 11:56:16 +0000 |
|---|---|---|
| committer | charles forsyth <charles.forsyth@gmail.com> | 2014-03-02 11:56:16 +0000 |
| commit | 8eb013de88b69d0256e7d37913ab46510908b510 (patch) | |
| tree | a879fc50fbaeedf8689e579255034abb055d99aa /os/ip/ipaux.c | |
| parent | 2a557437fb2b2918e7ad37507a97dcf2dc164545 (diff) | |
20140302-1156
Diffstat (limited to 'os/ip/ipaux.c')
| -rw-r--r-- | os/ip/ipaux.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/ip/ipaux.c b/os/ip/ipaux.c index 2ddae041..f4637bd4 100644 --- a/os/ip/ipaux.c +++ b/os/ip/ipaux.c @@ -283,7 +283,6 @@ eipfmt(Fmt *f) case 'E': /* Ethernet address */ p = va_arg(f->args, uchar*); return fmtprint(f, efmt, p[0], p[1], p[2], p[3], p[4], p[5]); - return fmtstrcpy(f, buf); case 'I': /* Ip address */ p = va_arg(f->args, uchar*); |
