[SCM] Samba Shared Repository - branch master updated - 0058176ae32eff7acb07c013d48cca294bd4bf82

Tim Prouty tprouty at samba.org
Thu Oct 23 23:39:36 GMT 2008


The branch, master has been updated
       via  0058176ae32eff7acb07c013d48cca294bd4bf82 (commit)
      from  1b42152454279d0df1a1e0aba0aac807abcea7ab (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 0058176ae32eff7acb07c013d48cca294bd4bf82
Author: Tim Prouty <tprouty at samba.org>
Date:   Thu Oct 23 16:35:53 2008 -0700

    s3: fix simple "incompatible pointer type" build warning

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

Summary of changes:
 source3/winbindd/winbindd_cm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c
index 05c39f8..9268542 100644
--- a/source3/winbindd/winbindd_cm.c
+++ b/source3/winbindd/winbindd_cm.c
@@ -1064,7 +1064,7 @@ static bool add_sockaddr_to_array(TALLOC_CTX *mem_ctx,
 	}
 
 	(*addrs)[*num] = *pss;
-	set_sockaddr_port(&(*addrs)[*num], port);
+	set_sockaddr_port((struct sockaddr *)&(*addrs)[*num], port);
 
 	*num += 1;
 	return True;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list