[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.
diff --git a/ospf6d/ChangeLog b/ospf6d/ChangeLog
index ed9c2a1..766cece 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)