1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-11 09:44:19 +03:00

Fix Coverity ID 503

This commit is contained in:
Volker Lendecke
2008-03-23 19:38:02 +01:00
parent a0859529c8
commit 5c43c38271

View File

@@ -4785,7 +4785,7 @@ bool spoolss_io_q_addprinterex(const char *desc, SPOOL_Q_ADDPRINTEREX *q_u, prs_
if (!sec_io_desc_buf(desc, &q_u->secdesc_ctr, ps, depth)) if (!sec_io_desc_buf(desc, &q_u->secdesc_ctr, ps, depth))
return False; return False;
} else { } else {
uint32 dummy; uint32 dummy = 0;
/* Parse a NULL security descriptor. This should really /* Parse a NULL security descriptor. This should really
happen inside the sec_io_desc_buf() function. */ happen inside the sec_io_desc_buf() function. */