The branch, v3-2-stable has been updated
       via  9936dd1f611c275a38b9e5148bc6bf383bc306c0 (commit)
      from  2525fd971e650de009cc10b4cedd4c49c1a43ed0 (commit)

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


- Log -----------------------------------------------------------------
commit 9936dd1f611c275a38b9e5148bc6bf383bc306c0
Author: Günther Deschner <[EMAIL PROTECTED]>
Date:   Mon Aug 11 11:20:38 2008 +0200

    fix build warning.
    
    Guenther
    (cherry picked from commit eb7c3dc2ca92ef7885eef8f89e4397b5df486b65)

-----------------------------------------------------------------------

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

Reply via email to