ctdbd: Removed bogus comment in ctdb_find_iface()
authorMartin Schwenke <martin@meltin.net>
Tue, 14 May 2013 05:30:53 +0000 (15:30 +1000)
committerAmitay Isaacs <amitay@gmail.com>
Wed, 22 May 2013 04:24:21 +0000 (14:24 +1000)
Signed-off-by: Martin Schwenke <martin@meltin.net>
server/ctdb_takeover.c

index 24c6298100146123c995085870ef4290166910c9..d738ad0d15eed27450ddc28ecb5122fdcc46c1f7 100644 (file)
@@ -164,7 +164,6 @@ static struct ctdb_iface *ctdb_find_iface(struct ctdb_context *ctdb,
 {
        struct ctdb_iface *i;
 
-       /* Verify that we dont have an entry for this ip yet */
        for (i=ctdb->ifaces;i;i=i->next) {
                if (strcmp(i->name, iface) == 0) {
                        return i;