]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
remove talloc debug code
authorAndrew Tridgell <tridge@samba.org>
Sat, 7 Apr 2007 00:46:47 +0000 (10:46 +1000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 7 Apr 2007 00:46:47 +0000 (10:46 +1000)
(This used to be ctdb commit d883c1bbd4d3691a0787d37c226051f4fce4d45d)

ctdb/tests/ctdb_fetch.c

index c77a5cb7056fed6d82b14b38b14a129eb6eea381..c0491e9bb5aecdd64372829447afb5cfa7160670 100644 (file)
@@ -280,8 +280,6 @@ int main(int argc, const char *argv[])
 
        printf("DATA:\n%s\n", (char *)call.reply_data.dptr);
 
-       talloc_report_full(ctdb, stdout);
-
        /* shut it down */
        talloc_free(ctdb);
        return 0;