diff options
author | Volker Lendecke <vl@samba.org> | 2020-04-07 21:48:24 +0200 |
---|---|---|
committer | Ralph Boehme <slow@samba.org> | 2020-04-28 09:08:39 +0000 |
commit | 861dd8c48a5f680967f07378899443ce42237f31 (patch) | |
tree | b79abff8883e8d8a776a16414079a410a8c1bb15 /ctdb/protocol | |
parent | 1f97aeac6b866ff4ecdb704ecf15130eb2f87a9a (diff) | |
download | samba-861dd8c48a5f680967f07378899443ce42237f31.tar.gz |
ctdb: Fix duplicate ;;
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/protocol')
-rw-r--r-- | ctdb/protocol/protocol_types.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/protocol/protocol_types.c b/ctdb/protocol/protocol_types.c index fb288635234..29e02898346 100644 --- a/ctdb/protocol/protocol_types.c +++ b/ctdb/protocol/protocol_types.c @@ -1281,7 +1281,7 @@ int ctdb_db_vacuum_pull(uint8_t *buf, &val->db_id, &np); if (ret != 0) { - goto fail;; + goto fail; } offset += np; |