mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s3: Fix Coverity ID 2148, FORWARD_NULL
Further down we unconditionally reference *info
This commit is contained in:
parent
2581cb7ada
commit
c58eb1f8c5
@ -1160,9 +1160,8 @@ wbcErr wbcCredentialCache(struct wbcCredentialCacheParams *params,
|
||||
ZERO_STRUCT(request);
|
||||
ZERO_STRUCT(response);
|
||||
|
||||
if (info != NULL) {
|
||||
*info = NULL;
|
||||
}
|
||||
*info = NULL;
|
||||
|
||||
if (error != NULL) {
|
||||
*error = NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user