diff options
author | Volker Lendecke <vl@samba.org> | 2008-10-12 10:38:55 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-10-12 10:38:55 +0200 |
commit | d661ac196e728584d796e17b389724046586c99a (patch) | |
tree | a0c174f9837d89e93b241ef7e6ff9e40d20e5715 /source3 | |
parent | a19929dac185cebd4ec70e8aa3703a8bb884385f (diff) | |
download | samba-d661ac196e728584d796e17b389724046586c99a.tar.gz samba-d661ac196e728584d796e17b389724046586c99a.tar.bz2 samba-d661ac196e728584d796e17b389724046586c99a.zip |
Fix the build
Diffstat (limited to 'source3')
-rw-r--r-- | source3/printing/pcap.c | 2 |
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); } |