Commit 70c57e7d40103e06df83045d38266e6f1aa123c3

Kano 2012-08-14T12:58:08

api.c typo

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/api.c b/api.c
index 8dd7d90..e17ded2 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));
 }