From e81e008a36bf94248acef72aa526f153bbec32eb Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Fri, 19 Oct 2007 09:05:37 +1000 Subject: [PATCH] add missing ) in the IB transport (which i dont compile for) (This used to be ctdb commit 7f7a184bae87d46bd589d11068b6443b007366b4) --- ctdb/ib/ibw_ctdb_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctdb/ib/ibw_ctdb_init.c b/ctdb/ib/ibw_ctdb_init.c index ca37cf0151e..28b7a0374c6 100644 --- a/ctdb/ib/ibw_ctdb_init.c +++ b/ctdb/ib/ibw_ctdb_init.c @@ -180,7 +180,7 @@ static int ctdb_ibw_queue_pkt(struct ctdb_node *node, uint8_t *data, uint32_t le static void ctdb_ibw_restart(struct ctdb_node *node) { /* TODO: implement this method for IB */ - DEBUG(0,("WARNING: method restart is not yet implemented for IB\n"); + DEBUG(0,("WARNING: method restart is not yet implemented for IB\n")); } /* -- 2.47.3