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:
@@ -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. */
|
||||||
|
Reference in New Issue
Block a user