1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

fix build warning.

Guenther
(This used to be commit 85021d6a459c957cc276a93c3515029244f52677)
This commit is contained in:
Günther Deschner 2008-08-11 11:20:38 +02:00
parent 12ee6b832c
commit c7257754cd

View File

@ -1877,7 +1877,7 @@ static krb5_error_code ads_krb5_get_fwd_ticket( krb5_context context,
(APPLICATION 22) so that we can pack it on the end of the structure.
*/
pChksum = SMB_MALLOC(GSSAPI_CHECKSUM_SIZE + fwdData.length );
pChksum = (char *)SMB_MALLOC(GSSAPI_CHECKSUM_SIZE + fwdData.length );
if (!pChksum) {
retval = ENOMEM;
goto out;