From: Volker Lendecke Date: Sat, 2 Oct 2010 22:15:39 +0000 (+0200) Subject: s3: Attempt to fix the non-ads build X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=24f1893b5dbf78fcd2ce839e091c91426ca9252b;p=obnox%2Fsamba%2Fsamba-obnox.git s3: Attempt to fix the non-ads build --- diff --git a/source3/printing/nt_printing_ads.c b/source3/printing/nt_printing_ads.c index 3ccaeef0143..6f71ce08b1e 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;