mirror of
https://github.com/samba-team/samba.git
synced 2025-02-24 13:57:43 +03:00
another const cleanup
This commit is contained in:
parent
b9460e79a1
commit
443d5ebafa
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user