summaryrefslogtreecommitdiff
path: root/print-ether.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-ether.c')
-rw-r--r--print-ether.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-ether.c b/print-ether.c
index 0454c9a7..c9d27d44 100644
--- a/print-ether.c
+++ b/print-ether.c
@@ -109,7 +109,7 @@ ether_addresses_print(netdissect_options *ndo, const u_char *src,
const u_char *dst)
{
ND_PRINT("%s > %s, ",
- etheraddr_string(ndo, src), etheraddr_string(ndo, dst));
+ GET_ETHERADDR_STRING(src), GET_ETHERADDR_STRING(dst));
}
static void