[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3569-g85021d6

Günther Deschner gd at samba.org
Mon Aug 11 13:44:26 GMT 2008


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 <gd at samba.org>
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


More information about the samba-cvs mailing list