From: Andrew Tridgell Date: Wed, 22 Aug 2007 07:16:01 +0000 (+1000) Subject: merge from volker X-Git-Tag: tevent-0.9.20~348^2~2439 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95f6328678e3d8735fa692425f1396f684956d42;p=thirdparty%2Fsamba.git merge from volker (This used to be ctdb commit 7007e4f2292aa96287b899d6b9e82c7b597ef58f) --- diff --git a/ctdb/Makefile.in b/ctdb/Makefile.in index d5bfe858992..7499b0d7ff2 100644 --- a/ctdb/Makefile.in +++ b/ctdb/Makefile.in @@ -135,6 +135,7 @@ doc: doc/ctdb.1 doc/ctdb.1.html \ clean: rm -f *.o */*.o */*/*.o */*~ + rm -f utils/smnotify/gen_xdr.c rm -f $(BINS) $(SBINS) $(TEST_BINS) distclean: clean diff --git a/ctdb/tests/rb_test.c b/ctdb/tests/rb_test.c index e057033172c..536b31c6d64 100644 --- a/ctdb/tests/rb_test.c +++ b/ctdb/tests/rb_test.c @@ -134,7 +134,7 @@ int main(int argc, const char *argv[]) printf("testing trbt_insert32_callback for %d records\n", num_records); memctx = talloc_new(NULL); - u32array = talloc_array(memctx, uint32_t, num_records); + u32array = talloc_array(memctx, uint32_t *, num_records); tree = trbt_create(memctx, 0); for (i=0; i