]> git.pond.sub.org Git - empserver/commitdiff
Clean up how recvclient() deals with command abortion
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 11 Mar 2012 11:32:17 +0000 (12:32 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 26 Apr 2012 17:43:42 +0000 (19:43 +0200)
We must not block in io_input() after command abortion unblocked
io_output().  Instead of checking player->aborted, compute the
deadline according to player->may_sleep, like we do for io_output().


No differences found