From: Ronnie Sahlberg Date: Thu, 18 Oct 2007 23:05:37 +0000 (+1000) Subject: add missing ) in the IB transport (which i dont compile for) X-Git-Tag: tevent-0.9.20~348^2~2370^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e81e008a36bf94248acef72aa526f153bbec32eb;p=thirdparty%2Fsamba.git add missing ) in the IB transport (which i dont compile for) (This used to be ctdb commit 7f7a184bae87d46bd589d11068b6443b007366b4) --- 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")); } /*