From 44316fef4d93b3d94cf45663ce35797d32acce71 Mon Sep 17 00:00:00 2001 From: paul Date: Wed, 11 Jan 2006 01:38:25 +0000 Subject: 2006-01-11 Erik Smit * vtysh.c: (vtysh_config_from_file) fix regression from a previous cleanup, vtysh_client.flags and cmd->daemon are bitwise flags, bitwise & was meant to be used. Fixes breakage of integrated config file reading. --- vtysh/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'vtysh/ChangeLog') diff --git a/vtysh/ChangeLog b/vtysh/ChangeLog index 9e4e40ad..11192c1f 100644 --- a/vtysh/ChangeLog +++ b/vtysh/ChangeLog @@ -1,3 +1,10 @@ +2006-01-11 Erik Smit + + * vtysh.c: (vtysh_config_from_file) fix regression from + a previous cleanup, vtysh_client.flags and cmd->daemon are + bitwise flags, bitwise & was meant to be used. Fixes breakage + of integrated config file reading. + 2005-09-15 Hasso Tepper * vtysh.c: Fix warning by casting rl_bind_key 2. argument correctly. -- cgit v1.2.1