mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
Fix Coverity ID 503
This commit is contained in:
parent
a0859529c8
commit
5c43c38271
@ -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))
|
||||
return False;
|
||||
} else {
|
||||
uint32 dummy;
|
||||
uint32 dummy = 0;
|
||||
|
||||
/* Parse a NULL security descriptor. This should really
|
||||
happen inside the sec_io_desc_buf() function. */
|
||||
|
Loading…
Reference in New Issue
Block a user