1
0
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:
Volker Lendecke 2008-02-23 10:43:58 +01:00
parent b8aaa9a69f
commit d993b4c3ce

View File

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