The lck_print_resource_list call in lck_sync_init is causing problems
since it is ifdef'd out. This problem was introduced in a recent patch
made to trunk. It isn't needed, so just remove it.

Ryan

Index: services/lck.c
===================================================================
--- services/lck.c      (revision 2023)
+++ services/lck.c      (working copy)
@@ -1360,9 +1360,6 @@
        /* DEBUG */
        log_printf (LOGSYS_LEVEL_DEBUG, "[DEBUG]: lck_sync_init\n");
 
-       /* DEBUG */
-       lck_print_resource_list (&resource_list_head);
-
        lck_sync_resource_enter ();
 
        /*
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to