mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
Fix a C++ warning
This commit is contained in:
parent
b8aaa9a69f
commit
d993b4c3ce
@ -136,7 +136,7 @@ static wbcErr wbc_create_auth_info(TALLOC_CTX *mem_ctx,
|
||||
0);
|
||||
sn++;
|
||||
|
||||
p = resp->extra_data.data;
|
||||
p = (char *)resp->extra_data.data;
|
||||
if (!p) {
|
||||
wbc_status = WBC_INVALID_RESPONSE;
|
||||
BAIL_ON_WBC_ERROR(wbc_status);
|
||||
|
Loading…
Reference in New Issue
Block a user