summaryrefslogtreecommitdiff
path: root/vtysh/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2006-01-11 01:38:25 +0000
committerpaul <paul>2006-01-11 01:38:25 +0000
commit44316fef4d93b3d94cf45663ce35797d32acce71 (patch)
tree8dcbcf2065b35f40ac3044efdb20b26cc27388bc /vtysh/ChangeLog
parent1a643f88b238147dc2cfbe137d9feae7e3f3546e (diff)
2006-01-11 Erik Smit <zoiah@zoiah.net>
* 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.
Diffstat (limited to 'vtysh/ChangeLog')
-rw-r--r--vtysh/ChangeLog7
1 files changed, 7 insertions, 0 deletions
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 <zoiah@zoiah.net>
+
+ * 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 <hasso at quagga.net>
* vtysh.c: Fix warning by casting rl_bind_key 2. argument correctly.