From 1b36d7bebd03d9bf2ae15c8ef88838e18a11539b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 26 Apr 2007 15:33:17 +0200 Subject: [PATCH] fixed typo (This used to be ctdb commit 9755f9c62fd14abc65189fc06629f37546f53082) --- ctdb/common/ctdb_daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctdb/common/ctdb_daemon.c b/ctdb/common/ctdb_daemon.c index 053c5af6dd1..5c3018cf44d 100644 --- a/ctdb/common/ctdb_daemon.c +++ b/ctdb/common/ctdb_daemon.c @@ -50,7 +50,7 @@ static void ctdb_main_loop(struct ctdb_context *ctdb) int ctdb_tcp_init(struct ctdb_context *); ret = ctdb_tcp_init(ctdb); } -#ifdef USE_INFINBAND +#ifdef USE_INFINIBAND if (strcmp(ctdb->transport, "ib") == 0) { int ctdb_ibw_init(struct ctdb_context *); ret = ctdb_ibw_init(ctdb); -- 2.47.3