see subject
Index: services/amf.h
===================================================================
--- services/amf.h	(revision 1822)
+++ services/amf.h	(working copy)
@@ -1205,7 +1205,7 @@
 extern struct amf_node *this_amf_node;
 extern struct amf_cluster *amf_cluster;
 
-static inline int name_match(SaNameT *name1, SaNameT *name2)
+static inline int name_match(const SaNameT *name1, const SaNameT *name2)
 {
 	if (name1->length == name2->length) {
 		return ((strncmp ((char *)name1->value, (char *)name2->value, name1->length)) == 0);
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to