diff options
author | Jeremy Allison <jra@samba.org> | 1998-10-17 17:41:13 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-10-17 17:41:13 +0000 |
commit | fc62d6bf368c950e1e51bc42771cce8b299df42c (patch) | |
tree | dd94abd7d29279fe57050b702203538eaf345916 /source3/rpc_client/cli_pipe.c | |
parent | 676cac1e42ecbc30fe6ded64751163c1c33466d1 (diff) | |
download | samba-fc62d6bf368c950e1e51bc42771cce8b299df42c.tar.gz samba-fc62d6bf368c950e1e51bc42771cce8b299df42c.tar.xz samba-fc62d6bf368c950e1e51bc42771cce8b299df42c.zip |
Small tidyups for gcc in 'preen' mode....
Jeremy.
(This used to be commit 60dc1a4a00a22088d33369588b0d5eb292cf084a)
Diffstat (limited to 'source3/rpc_client/cli_pipe.c')
-rw-r--r-- | source3/rpc_client/cli_pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index 0fe248068e4..f252c99d976 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -585,7 +585,7 @@ BOOL rpc_api_pipe_req(struct cli_state *cli, uint8 op_num, BOOL ret; BOOL auth_verify; BOOL auth_seal; - uint32 crc32; + uint32 crc32 = 0; auth_verify = IS_BITS_SET_ALL(cli->ntlmssp_srv_flgs, NTLMSSP_NEGOTIATE_SIGN); auth_seal = IS_BITS_SET_ALL(cli->ntlmssp_srv_flgs, NTLMSSP_NEGOTIATE_SEAL); |