Compile fix
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sun, 23 Jan 2011 22:43:45 +0000 (09:43 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 24 Jan 2011 01:20:07 +0000 (12:20 +1100)
server/ctdb_lockwait.c

index 48fa7961986f2c57d4664d02f2e4fd67a164d4dc..bab49fe9ecdd60416e9c4fc69cacff4c36778a02 100644 (file)
@@ -64,7 +64,7 @@ static void do_overflow(struct ctdb_db_context *ctdb_db,
 
        /* Remove one from the overflow queue if there is one. */
        if (ctdb_db->lockwait_overflow) {
-               i = ctdb->lockwait_overflow;
+               i = ctdb_db->lockwait_overflow;
                ctdb_lockwait(ctdb_db, i->key, i->callback, i->private_data);
                talloc_free(i);
        }