git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9edee1
)
s3-netlogon: Fix Coverity #945 UNINIT.
author
Günther Deschner
<gd@samba.org>
Sun, 13 Sep 2009 19:28:23 +0000
(21:28 +0200)
committer
Günther Deschner
<gd@samba.org>
Sun, 13 Sep 2009 19:32:48 +0000
(21:32 +0200)
Guenther
source3/rpc_server/srv_netlog_nt.c
patch
|
blob
|
history
diff --git
a/source3/rpc_server/srv_netlog_nt.c
b/source3/rpc_server/srv_netlog_nt.c
index f21c80e327013d9d5fb1c58aaa95d9e50abe42eb..07a0b971a08d4085230c57c357f4fc8a2a020553 100644
(file)
--- a/
source3/rpc_server/srv_netlog_nt.c
+++ b/
source3/rpc_server/srv_netlog_nt.c
@@
-1150,7
+1150,7
@@
NTSTATUS _netr_LogonSamLogonEx(pipes_struct *p,
struct netr_LogonSamLogonEx *r)
{
NTSTATUS status;
- struct netlogon_creds_CredentialState *creds;
+ struct netlogon_creds_CredentialState *creds
= NULL
;
become_root();
status = schannel_fetch_session_key(p->mem_ctx, r->in.computer_name, &creds);