From 70c57e7d40103e06df83045d38266e6f1aa123c3 Mon Sep 17 00:00:00 2001 From: Kano Date: Tue, 14 Aug 2012 12:58:08 +1000 Subject: [PATCH] api.c typo --- api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.c b/api.c index 8dd7d905..e17ded21 100644 --- a/api.c +++ b/api.c @@ -2733,7 +2733,7 @@ static void failoveronly(__maybe_unused SOCKETTYPE c, char *param, bool isjson, bool tf = (*param == 't'); - opt_fail_only = tf;; + opt_fail_only = tf; strcpy(io_buffer, message(MSG_FOO, tf, NULL, isjson)); }