mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Fix Coverity ID 504
This commit is contained in:
parent
5c43c38271
commit
4e6f8a19a6
@ -7205,7 +7205,7 @@ bool make_spoolss_q_getprintprocessordirectory(SPOOL_Q_GETPRINTPROCESSORDIRECTOR
|
||||
|
||||
bool spoolss_io_q_getprintprocessordirectory(const char *desc, SPOOL_Q_GETPRINTPROCESSORDIRECTORY *q_u, prs_struct *ps, int depth)
|
||||
{
|
||||
uint32 ptr;
|
||||
uint32 ptr = 0;
|
||||
|
||||
prs_debug(ps, depth, desc, "spoolss_io_q_getprintprocessordirectory");
|
||||
depth++;
|
||||
|
Loading…
Reference in New Issue
Block a user