[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-4253-ge160a19

Volker Lendecke vlendec at samba.org
Sun Oct 12 08:36:14 GMT 2008


The branch, v3-3-test has been updated
       via  e160a19ffc0727c46a696335c9d140e236923cdb (commit)
      from  d0f7261031f76965879036bd5c7d0a19eabf47cc (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit e160a19ffc0727c46a696335c9d140e236923cdb
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Oct 12 10:39:53 2008 +0200

    Fix the build

-----------------------------------------------------------------------

Summary of changes:
 source/printing/pcap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/printing/pcap.c b/source/printing/pcap.c
index 10c1a2d..b9e5ad5 100644
--- a/source/printing/pcap.c
+++ b/source/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);
 }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list