Signed-off-by: Angus Salkeld <[email protected]>
---
 exec/coroipcs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/exec/coroipcs.c b/exec/coroipcs.c
index 9d81b7e..a2bc867 100644
--- a/exec/coroipcs.c
+++ b/exec/coroipcs.c
@@ -1000,7 +1000,7 @@ static void _corosync_ipc_init(void)
        if (server_fd == -1) {
                log_printf (LOGSYS_LEVEL_CRIT, "Cannot create client 
connections socket.\n");
                api->fatal_error ("Can't create library listen socket");
-       };
+       }
 
        res = fcntl (server_fd, F_SETFL, O_NONBLOCK);
        if (res == -1) {
-- 
1.6.6.1

_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to