]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-msnlb.c
Remove unneeded '&' when getting a pointer to a nd_ipv4 type
[tcpdump] / print-msnlb.c
index 997341e017d0f3c92385cc1089a6a7d9d344c5ec..3d201fa30cdecc8b4abcb1e9d17e6f99d07a6555 100644 (file)
@@ -57,8 +57,8 @@ msnlb_print(netdissect_options *ndo, const u_char *bp)
 
        ND_PRINT("MS NLB heartbeat, host priority: %u,",
                EXTRACT_LE_U_4((hb->host_prio)));
-       ND_PRINT(" cluster IP: %s,", ipaddr_string(ndo, &(hb->virtual_ip)));
-       ND_PRINT(" host IP: %s", ipaddr_string(ndo, &(hb->host_ip)));
+       ND_PRINT(" cluster IP: %s,", ipaddr_string(ndo, hb->virtual_ip));
+       ND_PRINT(" host IP: %s", ipaddr_string(ndo, hb->host_ip));
        return;
 trunc:
        ND_PRINT("[|MS NLB]");