summaryrefslogtreecommitdiff
path: root/tcpdump.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-11-09 11:43:14 -0800
committerGuy Harris <guy@alum.mit.edu>2018-11-09 11:43:14 -0800
commit4e1ce41c1d733fb2cfffeb1f113aa5c564cbfa76 (patch)
treec4802df2fcdfea315b6f4acd2b838754856bd96c /tcpdump.c
parent36563f09b06a56f00360905d7da8b5d6546b65c1 (diff)
downloadtcpdump-4e1ce41c1d733fb2cfffeb1f113aa5c564cbfa76.tar.gz
Fix typo.
Diffstat (limited to 'tcpdump.c')
-rw-r--r--tcpdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcpdump.c b/tcpdump.c
index 88e20588..75ec14be 100644
--- 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