mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
rpc_server: Fix CID 1035534 Uninitialized scalar variable
I believe this can't happen, but better be safe than sorry Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
This commit is contained in:
parent
4891a98e20
commit
8f7bdc8194
@ -937,7 +937,7 @@ err:
|
||||
static bool api_pipe_alter_context(struct pipes_struct *p,
|
||||
struct ncacn_packet *pkt)
|
||||
{
|
||||
struct dcerpc_auth auth_info;
|
||||
struct dcerpc_auth auth_info = {0};
|
||||
uint16 assoc_gid;
|
||||
NTSTATUS status;
|
||||
union dcerpc_payload u;
|
||||
|
Loading…
Reference in New Issue
Block a user