diff options
author | Ronnie sahlberg <ronniesahlberg@gmail.com> | 2007-04-17 16:43:53 +1000 |
---|---|---|
committer | Ronnie sahlberg <ronniesahlberg@gmail.com> | 2007-04-17 16:43:53 +1000 |
commit | 506fa488b977bc4cedc3669362e7f44cc42cbae1 (patch) | |
tree | 5ed22f42a3c16517bb2ee679e575fdfba06f4cce /ctdb/tests/ctdb_fetch.c | |
parent | 6a2579cea919b7570e2c166260a097540cf98d2c (diff) | |
parent | 1a1aedf78f723a61fc88717048440ff7f04f8c5c (diff) | |
download | samba-506fa488b977bc4cedc3669362e7f44cc42cbae1.tar.gz samba-506fa488b977bc4cedc3669362e7f44cc42cbae1.tar.xz samba-506fa488b977bc4cedc3669362e7f44cc42cbae1.zip |
merge from tridge
(This used to be ctdb commit 268a89db5886955e290538fdc08d3e94172e3527)
Diffstat (limited to 'ctdb/tests/ctdb_fetch.c')
-rw-r--r-- | ctdb/tests/ctdb_fetch.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ctdb/tests/ctdb_fetch.c b/ctdb/tests/ctdb_fetch.c index 35ab989299..1ae8e8aafd 100644 --- a/ctdb/tests/ctdb_fetch.c +++ b/ctdb/tests/ctdb_fetch.c @@ -94,8 +94,6 @@ static void bench_fetch_1node(struct ctdb_context *ctdb) printf("Failed to store record\n"); } - printf("DATA IS NOW:%s\n", (const char *)data.dptr); - talloc_free(tmp_ctx); /* tell the next node to do the same */ |