1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

fixed typo

(This used to be ctdb commit 9755f9c62fd14abc65189fc06629f37546f53082)
This commit is contained in:
Andrew Tridgell 2007-04-26 15:33:17 +02:00
parent c23d1694db
commit 1b36d7bebd

View File

@ -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);