[SCM] Samba Shared Repository - branch master updated - df21095ce8981827767e8646b6aefb053beb29a8

Volker Lendecke vlendec at samba.org
Fri Nov 14 23:51:52 GMT 2008


The branch, master has been updated
       via  df21095ce8981827767e8646b6aefb053beb29a8 (commit)
      from  216c788b0cef379cf0e3edff7b28819ffe06a740 (commit)

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


- Log -----------------------------------------------------------------
commit df21095ce8981827767e8646b6aefb053beb29a8
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Nov 15 00:50:33 2008 +0100

    Attempt to fix the build
    
    I have no idea how this could have happened. Probably done a make and make
    test in a different tree than the one I have done the push from. Sorry.
    
    Volker

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

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


Changeset truncated at 500 lines:

diff --git a/source3/lib/memcache.c b/source3/lib/memcache.c
index eaff15d..606d72a 100644
--- a/source3/lib/memcache.c
+++ b/source3/lib/memcache.c
@@ -340,7 +340,7 @@ void memcache_add(struct memcache *cache, enum memcache_number n,
 }
 
 void memcache_add_talloc(struct memcache *cache, enum memcache_number n,
-			 DATA_BLOB key, void **pptr)
+			 DATA_BLOB key, void *pptr)
 {
 	void **ptr = (void **)pptr;
 	void *p;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list