[SCM] Samba Shared Repository - branch master updated - d661ac196e728584d796e17b389724046586c99a

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


The branch, master has been updated
       via  d661ac196e728584d796e17b389724046586c99a (commit)
      from  a19929dac185cebd4ec70e8aa3703a8bb884385f (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit d661ac196e728584d796e17b389724046586c99a
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Oct 12 10:38:55 2008 +0200

    Fix the build

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

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


Changeset truncated at 500 lines:

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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list