Here is a patch to fix saLckOptionCheck. We only support
SA_LCK_OPT_ORPHAN_LOCKS, so the API call simply returns 0x1.

Ryan

Index: lib/lck.c
===================================================================
--- lib/lck.c   (revision 1940)
+++ lib/lck.c   (working copy)
@@ -274,7 +274,7 @@
                goto error_exit;
        }
 
-       /* TODO */
+       *lckOptions = SA_LCK_OPT_ORPHAN_LOCKS;
 
        hdb_handle_put (&lckHandleDatabase, lckHandle);
 
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to