From dccfb1902c5ed8126a304b9ca12830a378933d1f Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 29 Oct 2004 08:29:36 +0000 Subject: 2004-10-29 Paul Jakma * vty.c: Move setting of sock to O_NONBLOCK from vty_serv_un to vtysh_accept, where sock is the actual fd we wanted to set to O_NONBLOCK, ie the /connected/ vtysh unix socket. --- lib/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index 8a9fb247..28c0c005 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2004-10-29 Paul Jakma + + * vty.c: Move setting of sock to O_NONBLOCK from vty_serv_un + to vtysh_accept, where sock is the actual fd we wanted to set to + O_NONBLOCK, ie the /connected/ vtysh unix socket. + 2004-10-23 Hasso Tepper * zclient.c: Unbreak reading interface update message. Might fix -- cgit v1.2.1