From 24f1893b5dbf78fcd2ce839e091c91426ca9252b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 3 Oct 2010 00:15:39 +0200 Subject: s3: Attempt to fix the non-ads build --- source3/printing/nt_printing_ads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/printing') diff --git a/source3/printing/nt_printing_ads.c b/source3/printing/nt_printing_ads.c index 3ccaeef014..6f71ce08b1 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; -- cgit