diff options
author | Joey Hess <joey@kitenet.net> | 2014-07-16 15:42:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-07-16 15:42:12 -0400 |
commit | 8553b30c98af907fbdac6bec74f80ab097a67b09 (patch) | |
tree | 4b5902ced4388c68ae6b04efa1fa73d874fb3190 /doc/bugs/Windows_daemon_silently_dies.mdwn | |
parent | f1e2d1733e2441e702303ae22f8f926834d5c410 (diff) |
Windows: fix crash after 10 minutes
getLine in waitForTermination doesn't work when stdin is closed..
Just loop forever, there was no reason to getLine here I think.
Diffstat (limited to 'doc/bugs/Windows_daemon_silently_dies.mdwn')
-rw-r--r-- | doc/bugs/Windows_daemon_silently_dies.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/Windows_daemon_silently_dies.mdwn b/doc/bugs/Windows_daemon_silently_dies.mdwn index f336a4a4c..cbffc0083 100644 --- a/doc/bugs/Windows_daemon_silently_dies.mdwn +++ b/doc/bugs/Windows_daemon_silently_dies.mdwn @@ -128,3 +128,5 @@ git-annex: assistant: 1 failed """]] [[!tag confirmed]] + +> [[fixed|done]] --[[Joey]] |