Make sure not to answer async calls twice
commitd57c7c22ec10cecc3ee30ee28e44f7702e425a37
authorJakub Jermar <jakub@jermar.eu>
Sun, 4 Nov 2018 14:34:08 +0000 (4 15:34 +0100)
committerJakub Jermar <jakub@jermar.eu>
Sun, 4 Nov 2018 14:34:08 +0000 (4 15:34 +0100)
treeff4fbd806cd19c617d2e187521da70a46075c7f7
parent9c1841bf522f566b5f403af281ee1e22ab51d5a8
Make sure not to answer async calls twice

This commit explicitly invalidates the remembered capability handle
so that the async framework can detect when a call is answered twice.
uspace/lib/c/generic/async/server.c