summaryrefslogtreecommitdiff
path: root/source3/printing/pcap.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-10-12 10:38:55 +0200
committerVolker Lendecke <vl@samba.org>2008-10-12 10:38:55 +0200
commitd661ac196e728584d796e17b389724046586c99a (patch)
treea0c174f9837d89e93b241ef7e6ff9e40d20e5715 /source3/printing/pcap.c
parenta19929dac185cebd4ec70e8aa3703a8bb884385f (diff)
downloadsamba-d661ac196e728584d796e17b389724046586c99a.tar.gz
samba-d661ac196e728584d796e17b389724046586c99a.tar.bz2
samba-d661ac196e728584d796e17b389724046586c99a.zip
Fix the build
Diffstat (limited to 'source3/printing/pcap.c')
-rw-r--r--source3/printing/pcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/printing/pcap.c b/source3/printing/pcap.c
index 10c1a2d608..b9e5ad56ad 100644
--- a/source3/printing/pcap.c
+++ b/source3/printing/pcap.c
@@ -282,5 +282,5 @@ void pcap_printer_fn_specific(const struct pcap_cache *pc,
void pcap_printer_fn(void (*fn)(const char *, const char *, void *), void *pdata)
{
- return pcap_printer_fn_specific(pcap_cache, fn, pdata);
+ pcap_printer_fn_specific(pcap_cache, fn, pdata);
}