1
0
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:
Volker Lendecke 2006-09-15 06:14:50 +00:00 committed by Gerald (Jerry) Carter
parent 6c9b80bde3
commit 763cbe924b

View File

@ -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;
}