21 Mar
2025
21 Mar
'25
3 p.m.
From: Hans Leidekker <hans(a)codeweavers.com> --- dlls/wpcap/wpcap.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/wpcap/wpcap.c b/dlls/wpcap/wpcap.c index a3f00c65ac3..26372cb9e87 100644 --- a/dlls/wpcap/wpcap.c +++ b/dlls/wpcap/wpcap.c @@ -345,8 +345,6 @@ struct dumper * CDECL pcap_dump_open( struct pcap *pcap, const char *filename ) return NULL; } - TRACE( "unix_path %s\n", debugstr_a(params.name) ); - params.handle = pcap->handle; params.ret_handle = &dumper->handle; if (PCAP_CALL( dump_open, ¶ms )) -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/7635