diff options
author | Andrew J. Schorr <ajschorr@alumni.princeton.edu> | 2007-02-27 15:24:36 +0000 |
---|---|---|
committer | Andrew J. Schorr <ajschorr@alumni.princeton.edu> | 2007-02-27 15:24:36 +0000 |
commit | c32d28b765e936acb8695f73a119d73cacff2610 (patch) | |
tree | 9fe15aab5dce014eb71fc97b1659a3a958ad927d /ospf6d/ChangeLog | |
parent | 4056a544eb0b7ea513bca0d70808e671c3f2c25b (diff) |
[ospf6d] Fix string comparison bug in ospf6_lsa_handler_name.
2007-02-27 Pavol Rusnak <prusnak@suse.cz>
* ospf6_lsa.c: (ospf6_lsa_handler_name) Fix bug: must use strcmp
to compare strings.
Diffstat (limited to 'ospf6d/ChangeLog')
-rw-r--r-- | ospf6d/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ospf6d/ChangeLog b/ospf6d/ChangeLog index ed9c2a1e..766cecee 100644 --- a/ospf6d/ChangeLog +++ b/ospf6d/ChangeLog @@ -1,3 +1,8 @@ +2007-02-27 Pavol Rusnak <prusnak@suse.cz> + + * ospf6_lsa.c: (ospf6_lsa_handler_name) Fix bug: must use strcmp + to compare strings. + 2007-02-02 Greg Troxel <Greg Troxel <gdt@ir.bbn.com>> * ospf6d.h: remove declaration of errno (should be via header) |