diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-05-17 03:19:40 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-05-17 03:19:40 +0000 |
commit | c8b3f476765c2f24cb50462e397262028fc28a2e (patch) | |
tree | 2e1697610c8fd4669c3fb2247894ce67518fb869 /ChangeLog | |
parent | 06b08018ef12d8bdf86b0ad3c2508666b789df70 (diff) |
- markus@cvs.openbsd.org 2001/05/16 21:53:53
[clientloop.c]
check for open sessions before we call select(); fixes the x11 client
bug reported by bowman@math.ualberta.ca
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -9,6 +9,10 @@ | |||
9 | - markus@cvs.openbsd.org 2001/05/16 20:51:57 | 9 | - markus@cvs.openbsd.org 2001/05/16 20:51:57 |
10 | [authfile.c] | 10 | [authfile.c] |
11 | return comments for private pem files, too; report from nolan@naic.edu | 11 | return comments for private pem files, too; report from nolan@naic.edu |
12 | - markus@cvs.openbsd.org 2001/05/16 21:53:53 | ||
13 | [clientloop.c] | ||
14 | check for open sessions before we call select(); fixes the x11 client | ||
15 | bug reported by bowman@math.ualberta.ca | ||
12 | 16 | ||
13 | 20010512 | 17 | 20010512 |
14 | - OpenBSD CVS Sync | 18 | - OpenBSD CVS Sync |
@@ -5414,4 +5418,4 @@ | |||
5414 | - Wrote replacements for strlcpy and mkdtemp | 5418 | - Wrote replacements for strlcpy and mkdtemp |
5415 | - Released 1.0pre1 | 5419 | - Released 1.0pre1 |
5416 | 5420 | ||
5417 | $Id: ChangeLog,v 1.1221 2001/05/17 03:17:55 mouring Exp $ | 5421 | $Id: ChangeLog,v 1.1222 2001/05/17 03:19:40 mouring Exp $ |