summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2008-05-05 21:45:13 -0500
committerMike Christie <michaelc@cs.wisc.edu>2008-05-05 21:48:26 -0500
commit611c947adce93727c6864413f5159b964326837f (patch)
treec3619da37ea68a7fb015409c475d90b5a86bc713 /Changelog
parentad5a2741457b41ee2005401ffc4aae49d0fb9cbb (diff)
downloadopen-iscsi-611c947adce93727c6864413f5159b964326837f.tar.gz
libiscsi: Fix nop timeout handling
If the transport timer wakes at the exact same time we were supposed to check the transport we drop the connection instead of checking it.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
new file mode 100644
index 0000000..b6e3087
--- /dev/null
+++ b/Changelog
@@ -0,0 +1,3 @@
+open-iscsi-2.0-869.1
+- Fix nop out timer. If the timer wakes up at the exact same time we were
+supposed to check the transport we mistakenly drop the connection.