secur32: Remove dead code (Clang).
This commit is contained in:
parent
f73733b8b0
commit
982e7f96b1
|
@ -1255,7 +1255,6 @@ static SECURITY_STATUS SEC_ENTRY ntlm_AcceptSecurityContext(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
pOutput->pBuffers[0].cbBuffer = 0;
|
pOutput->pBuffers[0].cbBuffer = 0;
|
||||||
ret = SEC_E_OK;
|
|
||||||
|
|
||||||
TRACE("Getting negotiated flags\n");
|
TRACE("Getting negotiated flags\n");
|
||||||
lstrcpynA(buffer, "GF", max_len - 1);
|
lstrcpynA(buffer, "GF", max_len - 1);
|
||||||
|
|
|
@ -793,7 +793,6 @@ SECURITY_STATUS WINAPI QuerySecurityPackageInfoW(SEC_WCHAR *pszPackageName,
|
||||||
{
|
{
|
||||||
(*ppPackageInfo)->Comment = nextString;
|
(*ppPackageInfo)->Comment = nextString;
|
||||||
lstrcpynW(nextString, package->infoW.Comment, commentLen);
|
lstrcpynW(nextString, package->infoW.Comment, commentLen);
|
||||||
nextString += commentLen;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
(*ppPackageInfo)->Comment = NULL;
|
(*ppPackageInfo)->Comment = NULL;
|
||||||
|
|
Loading…
Reference in New Issue