[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sat Oct 2 16:17:12 MDT 2010


The branch, master has been updated
       via  24f1893 s3: Attempt to fix the non-ads build
      from  b9bef1f land-remote: Pass extra arguments on to land.

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


- Log -----------------------------------------------------------------
commit 24f1893b5dbf78fcd2ce839e091c91426ca9252b
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Oct 3 00:15:39 2010 +0200

    s3: Attempt to fix the non-ads build

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

Summary of changes:
 source3/printing/nt_printing_ads.c |    2 +-
 1 files changed, 1 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 3ccaeef..6f71ce0 100644
--- a/source3/printing/nt_printing_ads.c
+++ b/source3/printing/nt_printing_ads.c
@@ -472,7 +472,7 @@ WERROR check_published_printers(struct messaging_context *msg_ctx)
 bool is_printer_published(TALLOC_CTX *mem_ctx,
 			  const struct auth_serversupplied_info *server_info,
 			  struct messaging_context *msg_ctx,
-			  char *servername, char *printer, struct GUID *guid,
+			  const char *servername, char *printer, struct GUID *guid,
 			  struct spoolss_PrinterInfo2 **info2)
 {
 	return False;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list