From: Volker Lendecke Date: Fri, 14 Nov 2008 23:50:33 +0000 (+0100) Subject: Attempt to fix the build X-Git-Tag: samba-4.0.0alpha6~480^2~216 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df21095ce8981827767e8646b6aefb053beb29a8;p=thirdparty%2Fsamba.git 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 --- diff --git a/source3/lib/memcache.c b/source3/lib/memcache.c index eaff15deda3..606d72ab5ac 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;