]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix typo.
authorGuy Harris <[email protected]>
Fri, 9 Nov 2018 19:43:14 +0000 (11:43 -0800)
committerGuy Harris <[email protected]>
Fri, 9 Nov 2018 19:43:14 +0000 (11:43 -0800)
tcpdump.c

index 88e205883e49dccf64df0f1da2017280c317d288..75ec14bea9f5e3edf189284b9187b95f09e0fb3b 100644 (file)
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -2268,7 +2268,7 @@ DIAG_ON_CLANG(assign-enum)
                if (pdd == NULL)
                        error("%s", pcap_geterr(pd));
 #ifdef HAVE_CAPSICUM
-               set_dumper_capsicum_rights(p);
+               set_dumper_capsicum_rights(pdd);
 #endif
                if (Cflag != 0 || Gflag != 0) {
 #ifdef HAVE_CAPSICUM