Evidently I left out an error_exit goto label in lib/tmr.c. Library
will not compile without this minor fix.

Index: lib/tmr.c
===================================================================
--- lib/tmr.c   (revision 1695)
+++ lib/tmr.c   (working copy)
@@ -679,6 +679,7 @@
                error = res_lib_tmr_timerremainingtimeget.header.error;
        }
 
+error_exit:
        return (error);
 }
 
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to