mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r13841: Fix an uninitialized variable warning.
Jerry, this just fixes the warning. This routine does not seem to cope well with !UNMARSHALLING. You might want to look... Volker
This commit is contained in:
parent
6d74de7a67
commit
2c0c40dfb5
@ -7495,7 +7495,7 @@ BOOL make_monitorui_buf( RPC_BUFFER *buf, const char *dllname )
|
||||
static BOOL smb_io_port_data_1( const char *desc, RPC_BUFFER *buf, int depth, SPOOL_PORT_DATA_1 *p1 )
|
||||
{
|
||||
prs_struct *ps = &buf->prs;
|
||||
uint8 *fodder;
|
||||
uint8 *fodder = NULL;
|
||||
|
||||
prs_debug(ps, depth, desc, "smb_io_port_data_1");
|
||||
depth++;
|
||||
|
Loading…
Reference in New Issue
Block a user