s3-printing: fix non-ads build after prototype changes.
authorGünther Deschner <gd@samba.org>
Fri, 10 Sep 2010 20:40:46 +0000 (22:40 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 10 Sep 2010 20:41:56 +0000 (22:41 +0200)
Guenther

source3/printing/nt_printing_ads.c

index 4f92b9ef3f52819948e3cc8988f6e68e8a1c46f9..4b39173c3e8a00c0d87e918be5dad205abbcb79f 100644 (file)
@@ -467,7 +467,7 @@ WERROR check_published_printers(struct messaging_context *msg_ctx)
 }
 
 bool is_printer_published(TALLOC_CTX *mem_ctx,
-                         struct auth_serversupplied_info *server_info,
+                         const struct auth_serversupplied_info *server_info,
                          struct messaging_context *msg_ctx,
                          char *servername, char *printer, struct GUID *guid,
                          struct spoolss_PrinterInfo2 **info2)