mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
we can't pass a fstring to a routine expecting a pstring
(This used to be commit 8af70f2887
)
This commit is contained in:
parent
31446a98a3
commit
b1686a6109
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user