Attempt to fix the build
authorVolker Lendecke <vl@samba.org>
Fri, 14 Nov 2008 23:50:33 +0000 (00:50 +0100)
committerVolker Lendecke <vl@samba.org>
Fri, 14 Nov 2008 23:50:33 +0000 (00:50 +0100)
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

source3/lib/memcache.c

index eaff15deda30b744d573f5c4006ad80070e47aa7..606d72ab5ac5428bdf44fc5ba55b6139bc20d21b 100644 (file)
@@ -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;