[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sun Aug 8 08:47:49 MDT 2010


The branch, master has been updated
       via  9a4ac5b... s3: Fix the build without ADS
      from  cc280f0... s3: Lift the smbd_messaging_context from print_queue_purge

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


- Log -----------------------------------------------------------------
commit 9a4ac5b2d36fc8202d770c79c7a3ecf6d967b087
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Aug 8 16:46:48 2010 +0200

    s3: Fix the build without ADS

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

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


Changeset truncated at 500 lines:

diff --git a/source3/printing/nt_printing_ads.c b/source3/printing/nt_printing_ads.c
index e0ace23..637a2ba 100644
--- a/source3/printing/nt_printing_ads.c
+++ b/source3/printing/nt_printing_ads.c
@@ -453,19 +453,21 @@ done:
 #else
 WERROR nt_printer_publish(TALLOC_CTX *mem_ctx,
 			  struct auth_serversupplied_info *server_info,
+			  struct messaging_context *msg_ctx,
 			  struct spoolss_PrinterInfo2 *pinfo2,
 			  int action)
 {
 	return WERR_OK;
 }
 
-WERROR check_published_printers(void)
+WERROR check_published_printers(struct messaging_context *msg_ctx)
 {
 	return WERR_OK;
 }
 
 bool is_printer_published(TALLOC_CTX *mem_ctx,
 			  struct auth_serversupplied_info *server_info,
+			  struct messaging_context *msg_ctx,
 			  char *servername, char *printer, struct GUID *guid,
 			  struct spoolss_PrinterInfo2 **info2)
 {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list