diff options
author | Andrew Tridgell <tridge@samba.org> | 2002-09-17 12:07:47 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2002-09-17 12:07:47 +0000 |
commit | fffd0eb1428d9505391f8a3d2410ca0389ba113e (patch) | |
tree | 0f1c7b5db8e6c23d3180403c327cc6c8ce8ee77a /source3 | |
parent | bd875704bff09cf0d90785575b74ae240cac0e48 (diff) | |
download | samba-fffd0eb1428d9505391f8a3d2410ca0389ba113e.tar.gz samba-fffd0eb1428d9505391f8a3d2410ca0389ba113e.tar.bz2 samba-fffd0eb1428d9505391f8a3d2410ca0389ba113e.zip |
another const cleanup
(This used to be commit 443d5ebafad46a9a62527642628aff8e5d9dc10c)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/libads/ldap_printer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/ldap_printer.c b/source3/libads/ldap_printer.c index 64ae8252c8..66984477b8 100644 --- a/source3/libads/ldap_printer.c +++ b/source3/libads/ldap_printer.c @@ -28,7 +28,7 @@ results can be used. It should be freed using ads_msgfree. */ ADS_STATUS ads_find_printer_on_server(ADS_STRUCT *ads, void **res, - char *printer, char *servername) + const char *printer, char *servername) { ADS_STATUS status; char *srv_dn, **srv_cn, *exp; |