Skip to content

Commit

Permalink
Reset wait flag in libcouchbase_wait()
Browse files Browse the repository at this point in the history
Change-Id: I25ccd61416bfaf20924a3e8d0ec9ea025b5b7a21
Reviewed-on: http://review.couchbase.org/9851
Tested-by: Sergey Avseyev <sergey.avseyev@gmail.com>
Reviewed-by: Trond Norbye <trond.norbye@gmail.com>
  • Loading branch information
avsej authored and trondn committed Sep 29, 2011
1 parent b94b0cf commit af857c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wait.c
Expand Up @@ -47,4 +47,5 @@ void libcouchbase_wait(libcouchbase_t instance)
} else {
instance->io->run_event_loop(instance->io);
}
instance->wait = false;
}

0 comments on commit af857c4

Please sign in to comment.