1
0
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:
Andrew Tridgell 2000-08-31 07:11:59 +00:00
parent 22fbda6c56
commit 288ea15a56

View File

@ -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;