summaryrefslogtreecommitdiff
path: root/ospfd/ChangeLog
diff options
context:
space:
mode:
authorDenis Ovsienko <linux@pilot.org.ua>2007-09-18 09:03:13 +0000
committerDenis Ovsienko <linux@pilot.org.ua>2007-09-18 09:03:13 +0000
commitfb31c0fea38c863ddcda56f46c36f065340b9e32 (patch)
tree5ccad0644a6b04eb127c36dc651155dbcf9eb2ac /ospfd/ChangeLog
parentf102e75f613af740241dfa7253a2362c7935b9a8 (diff)
+ fix missing arg to zlog_warn()
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r--ospfd/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog
index ce765162..30e2d60b 100644
--- a/ospfd/ChangeLog
+++ b/ospfd/ChangeLog
@@ -4,6 +4,7 @@
about getting more buffer space, than requested.
* ospfd.[ch]: (ospf_new) Abandon OSPF_SNDBUFLEN_DEFAULT
and consider OS's initial buffer size instead.
+ * ospf_interface.c: (ospf_if_up) Fix missing argument.
2007-08-21 Denis Ovsienko