The last patch had extra changes in it unrelated to cfg.

This patch fixes that problem.

Regards
-steve
Index: lib/cfg.c
===================================================================
--- lib/cfg.c	(revision 1723)
+++ lib/cfg.c	(working copy)
@@ -112,7 +112,7 @@
 	}
 
 	error = openais_service_connect (CFG_SERVICE, &cfg_instance->ipc_ctx);
-	if (error != 0) {
+	if (error != SA_AIS_OK) {
 		goto error_put_destroy;
 	}
 
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to