diff options
author | Roland McGrath <roland@gnu.org> | 2001-12-30 00:31:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-12-30 00:31:12 +0000 |
commit | ce9f2b8cc21d00b4b1604a07a653ea7bec1f67b2 (patch) | |
tree | 385809287761401c7fd4c7ee812fbb343baeeaeb /libstore | |
parent | 402c25efc33e4f08f6fe1fa48cadbabf6272190f (diff) |
.
Diffstat (limited to 'libstore')
-rw-r--r-- | libstore/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog index e894dec1..3d119580 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,6 +1,8 @@ 2001-12-29 Roland McGrath <roland@frob.com> * nbd.c (nbd_validate_name): Skip : before port number. + (nbdopen): Fix test after connect loop. + Use multiple read calls as needed to get the whole connection header. 2001-12-26 Roland McGrath <roland@frob.com> |