summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_update_record.c
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2016-11-25 14:50:01 +1100
committerMartin Schwenke <martins@samba.org>2016-12-05 08:09:22 +0100
commitaaeef14ae5bba159f5527b96306f4d818ff91714 (patch)
tree259f197647e07b15183d90f2917cbb7c05b44472 /ctdb/server/ctdb_update_record.c
parent3d6860b2753b0c4e76c042fab42562dd2dbc46ef (diff)
downloadsamba-aaeef14ae5bba159f5527b96306f4d818ff91714.tar.gz
ctdb-daemon: Remove setting of debug_extra
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/server/ctdb_update_record.c')
-rw-r--r--ctdb/server/ctdb_update_record.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ctdb/server/ctdb_update_record.c b/ctdb/server/ctdb_update_record.c
index 63d1b5c1212..046e42f38a9 100644
--- a/ctdb/server/ctdb_update_record.c
+++ b/ctdb/server/ctdb_update_record.c
@@ -268,7 +268,6 @@ static struct childwrite_handle *ctdb_childwrite(
close(result->fd[0]);
prctl_set_comment("ctdb_write_persistent");
- debug_extra = talloc_asprintf(NULL, "childwrite-%s:", ctdb_db->db_name);
ret = ctdb_persistent_store(state);
if (ret != 0) {
DEBUG(DEBUG_ERR, (__location__ " Failed to write persistent data\n"));