The branch, v3-3-test has been updated via 85021d6a459c957cc276a93c3515029244f52677 (commit) from 3d4e7b29c235e329aaea4fa2c2078df0ce3e59eb (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log ----------------------------------------------------------------- commit 85021d6a459c957cc276a93c3515029244f52677 Author: Günther Deschner <[EMAIL PROTECTED]> Date: Mon Aug 11 11:20:38 2008 +0200 fix build warning. Guenther ----------------------------------------------------------------------- Summary of changes: source/libsmb/clikrb5.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Changeset truncated at 500 lines: diff --git a/source/libsmb/clikrb5.c b/source/libsmb/clikrb5.c index 2052d5a..5bb33b1 100644 --- a/source/libsmb/clikrb5.c +++ b/source/libsmb/clikrb5.c @@ -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; -- Samba Shared Repository