]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-nfs.c
Remove no more used ND_TTEST() macro
[tcpdump] / print-nfs.c
index bba661fe0ea507c0ca395c4b44d93cbcd089e944..1ea895bdd2b250a88ebc366501e155379af80831 100644 (file)
@@ -25,7 +25,7 @@
 #include "config.h"
 #endif
 
-#include <netdissect-stdinc.h>
+#include "netdissect-stdinc.h"
 
 #include <stdio.h>
 #include <string.h>
@@ -899,7 +899,7 @@ xid_map_enter(netdissect_options *ndo,
        const struct ip6_hdr *ip6 = NULL;
        struct xid_map_entry *xmep;
 
-       if (!ND_TTEST(rp->rm_call.cb_proc))
+       if (!ND_TTEST_4(rp->rm_call.cb_proc))
                return (0);
        switch (IP_V((const struct ip *)bp)) {
        case 4: