connection: make sure to delete reply_wake entries
authorDavid Herrmann <dh.herrmann@gmail.com>
Thu, 23 Oct 2014 12:02:55 +0000 (14:02 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Thu, 23 Oct 2014 12:02:55 +0000 (14:02 +0200)
commit0f05bf6149f72ba6642558066feb671565bd392e
treecd7241457485bd41ca30254ee5b56e2efd4f62c4
parent3b3c0413ac3850c9c28ebecd406d0471169d64a5
connection: make sure to delete reply_wake entries

If we reply to a pending method call, we must make sure to only allow a
single connection to respond. Therefore, unqueue reply_wake entries
unconditionally after we allowed a single call to pass through.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
connection.c