1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

we can't pass a fstring to a routine expecting a pstring

This commit is contained in:
Andrew Tridgell
-
parent 381ddb464f
commit 8af70f2887

View File

@ -1794,7 +1794,7 @@ static BOOL construct_dev_mode(DEVICEMODE *devmode, int snum, char *servername)
* construct_printer_info_2
* fill a printer_info_2 struct
********************************************************************/
static BOOL construct_printer_info_2(pstring servername, PRINTER_INFO_2 *printer, int snum)
static BOOL construct_printer_info_2(fstring servername, PRINTER_INFO_2 *printer, int snum)
{
pstring chaine;
pstring chaine2;