diff options
author | Volker Lendecke <vl@samba.org> | 2010-10-03 00:15:39 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-10-03 00:17:44 +0200 |
commit | 24f1893b5dbf78fcd2ce839e091c91426ca9252b (patch) | |
tree | a3a2a39e4890c11bda25a7c7e26d42a48a3bb327 /source3 | |
parent | b9bef1fd3ff5952eec0f123e4cdd290cd41dca67 (diff) | |
download | samba-24f1893b5dbf78fcd2ce839e091c91426ca9252b.tar.gz samba-24f1893b5dbf78fcd2ce839e091c91426ca9252b.tar.bz2 samba-24f1893b5dbf78fcd2ce839e091c91426ca9252b.zip |
s3: Attempt to fix the non-ads build
Diffstat (limited to 'source3')
-rw-r--r-- | source3/printing/nt_printing_ads.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |