From f46c47651a113898a9ce221ac098a2231d7dee99 Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Tue, 9 Jun 2015 10:33:23 +0200 Subject: [PATCH] Compile error, missing ';' Compile error, missing ';' --- server/modules/routing/binlog/blr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/modules/routing/binlog/blr.c b/server/modules/routing/binlog/blr.c index 182d1dc94..5ad2b2a24 100644 --- a/server/modules/routing/binlog/blr.c +++ b/server/modules/routing/binlog/blr.c @@ -204,7 +204,7 @@ unsigned char *defuuid; inst->password = strdup(service->credentials.authdata); inst->m_errno = 0; - inst->m_errmsg = NULL + inst->m_errmsg = NULL; my_uuid_init((ulong)rand()*12345,12345); if ((defuuid = (char *)malloc(20)) != NULL)