diff options
author | Andrew J. Schorr <ajschorr@alumni.princeton.edu> | 2007-06-07 13:11:58 +0000 |
---|---|---|
committer | Andrew J. Schorr <ajschorr@alumni.princeton.edu> | 2007-06-07 13:11:58 +0000 |
commit | e733f949448e1cf9fa27e8b618c56a0e4badc1af (patch) | |
tree | 7835ff729868c1421a4f3b59258008731e4ab30a /ospf6d/ChangeLog | |
parent | 0dc0b7080227df8aca6cc2f7961c3c55cb73c509 (diff) |
[ospf6d] Fix silly bug: muse use strcmp to compare strings
2007-06-07 Pavol Rusnak <prusnak@suse.cz>
* ospf6_lsa.c: (no_debug_ospf6_lsa_hex_cmd) 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 4d55a590..b9bea691 100644 --- a/ospf6d/ChangeLog +++ b/ospf6d/ChangeLog @@ -1,3 +1,8 @@ +2007-06-07 Pavol Rusnak <prusnak@suse.cz> + + * ospf6_lsa.c: (no_debug_ospf6_lsa_hex_cmd) Fix bug: must use strcmp + to compare strings. + 2007-04-27 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * ospf6_snmp.c: (ospfv3AreaEntry, ospfv3AreaLsdbEntry) Fix some |