summaryrefslogtreecommitdiff
path: root/source4/cluster/ctdb/common/ctdb.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-04-07 01:00:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:52 -0500
commit5497a1341cde83567d3513b9a76dc498589299d0 (patch)
tree1c1c4fe4e1a5e25e8014e02e9475395d761aa654 /source4/cluster/ctdb/common/ctdb.c
parent98fda45351590fb336f8c0003862d192b9974dce (diff)
downloadsamba-5497a1341cde83567d3513b9a76dc498589299d0.tar.gz
samba-5497a1341cde83567d3513b9a76dc498589299d0.tar.bz2
samba-5497a1341cde83567d3513b9a76dc498589299d0.zip
r22117: merged from bzr
(This used to be commit d7f122df1dba30e46e84e294cccecb2e4ef82072)
Diffstat (limited to 'source4/cluster/ctdb/common/ctdb.c')
-rw-r--r--source4/cluster/ctdb/common/ctdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/cluster/ctdb/common/ctdb.c b/source4/cluster/ctdb/common/ctdb.c
index da07192c21..b98c0a3d84 100644
--- a/source4/cluster/ctdb/common/ctdb.c
+++ b/source4/cluster/ctdb/common/ctdb.c
@@ -246,9 +246,9 @@ static void ctdb_recv_pkt(struct ctdb_context *ctdb, uint8_t *data, uint32_t len
default:
printf("Packet with unknown operation %d\n", hdr->operation);
- talloc_free(hdr);
break;
}
+ talloc_free(hdr);
}
/*