summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2004-10-31 16:15:33 +0000
committerpaul <paul>2004-10-31 16:15:33 +0000
commit66cbbcebc86bb3747073f133bdabf0102cb1229c (patch)
treec35d5437dadb8e7d1c1eabd92c4fff7d2c1ad491 /lib/ChangeLog
parent37ccfa3defa0a3cfb89ac16488ac762246416d23 (diff)
2004-10-31 Paul Jakma <paul@dishone.st>
* keychain.c: Convert some more strtoul users to VTY_GET_INTEGER.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 292f8500..4d64e212 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -3,6 +3,7 @@
* vty.c: As per Andrew's suggestions..
(vty_serv_un) remove flags.
(vtysh_accept) close socket if we cant set NONBLOCK. Add flags.
+ * keychain.c: Convert some more strtoul users to VTY_GET_INTEGER.
2004-10-29 Paul Jakma <paul@dishone.st>