mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r18543: Fix Coverity ID#312
This commit is contained in:
parent
6c9b80bde3
commit
763cbe924b
@ -952,6 +952,7 @@ NTSTATUS wcache_get_creds(struct winbindd_domain *domain,
|
||||
DEBUG(0,("wcache_get_creds: bad entry for [CRED/%s] - deleting\n",
|
||||
sidstr));
|
||||
wcache_delete("CRED/%s", sidstr);
|
||||
centry_free(centry);
|
||||
return NT_STATUS_OBJECT_NAME_NOT_FOUND;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user