From 0921d48e8eae1c417a06b8470108ae46584375b5 Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 11 Oct 2004 18:21:55 +0000 Subject: 2004-09-17 Paul Jakma * vtysh.c: (vtysh_client_execute) fix the sync fix. The 4th and final sync byte is not ASCII NULL, it's actually a status integer, and only ASCII NULL if CMD_SUCCESS is returned by daemon. Fix pointed out by Hasso. --- vtysh/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'vtysh/ChangeLog') diff --git a/vtysh/ChangeLog b/vtysh/ChangeLog index df5eccd3..f3a4da9a 100644 --- a/vtysh/ChangeLog +++ b/vtysh/ChangeLog @@ -1,3 +1,10 @@ +2004-09-17 Paul Jakma + + * vtysh.c: (vtysh_client_execute) fix the sync fix. The 4th and + final sync byte is not ASCII NULL, it's actually a status integer, + and only ASCII NULL if CMD_SUCCESS is returned by daemon. + Fix pointed out by Hasso. + 2004-10-11 Hasso Tepper * vtysh.c, vtysh_user.c: Make more strings const. -- cgit v1.2.1