summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorArtyom Poptsov <poptsov.artyom@gmail.com>2014-07-19 23:00:49 +0400
committerArtyom Poptsov <poptsov.artyom@gmail.com>2014-07-19 23:00:49 +0400
commit3f3eae4abd5f033ffdadd0d3283b86b797d6cf84 (patch)
tree0a76fb403307982c3c0243b888d56a55617438cc /TODO
parentssh/: Improve printing of Guile-SSH objects (diff)
downloadguile-ssh-3f3eae4abd5f033ffdadd0d3283b86b797d6cf84.tar.gz
TODO: Update
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index d45780d..4decfe6 100644
--- a/TODO
+++ b/TODO
@@ -5,7 +5,4 @@
** Make use of libssh callbacks to track asynchronous events on channels
* Known Bugs
-** `channel-open?', `channel-eof?' and other opeartions fail on a closed channel
- because all the resources were freed when the channel was closed. That's
- the reason why we get "Segmentation fault" error.