diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-04-07 01:00:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:52 -0500 |
commit | 5497a1341cde83567d3513b9a76dc498589299d0 (patch) | |
tree | 1c1c4fe4e1a5e25e8014e02e9475395d761aa654 /source4/cluster/ctdb/common/ctdb.c | |
parent | 98fda45351590fb336f8c0003862d192b9974dce (diff) | |
download | samba-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.c | 2 |
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); } /* |