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

Jeremy Allison jra at samba.org
Mon Aug 11 18:22:55 GMT 2008


The branch, v3-2-test has been updated
       via  eb7c3dc2ca92ef7885eef8f89e4397b5df486b65 (commit)
      from  0099cb0741c159db7f389bcca52a3cc6a3762771 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit eb7c3dc2ca92ef7885eef8f89e4397b5df486b65
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 f207236..d30cc54 100644
--- a/source/libsmb/clikrb5.c
+++ b/source/libsmb/clikrb5.c
@@ -1837,7 +1837,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