mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
make sure a couple of variables are initialised
(This used to be commit 155c7c37398f5f9457ea249ded74f425b90ac9a0)
This commit is contained in:
parent
22fbda6c56
commit
288ea15a56
@ -499,7 +499,7 @@ static void fill_printq_info_52(connection_struct *conn, int snum, int uLevel,
|
||||
print_status_struct* status)
|
||||
{
|
||||
int i;
|
||||
BOOL ok;
|
||||
BOOL ok = False;
|
||||
pstring tok,driver,datafile,langmon,helpfile,datatype;
|
||||
char *p;
|
||||
char **lines = NULL;
|
||||
@ -742,7 +742,7 @@ static void fill_printq_info(connection_struct *conn, int snum, int uLevel,
|
||||
static int get_printerdrivernumber(int snum)
|
||||
{
|
||||
int i;
|
||||
BOOL ok;
|
||||
BOOL ok = False;
|
||||
pstring tok;
|
||||
char *p;
|
||||
char **lines = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user