Browse Source

api.c typo

Kano 13 years ago
parent
commit
70c57e7d40
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api.c

+ 1 - 1
api.c

@@ -2733,7 +2733,7 @@ static void failoveronly(__maybe_unused SOCKETTYPE c, char *param, bool isjson,
 
 
 	bool tf = (*param == 't');
 	bool tf = (*param == 't');
 
 
-	opt_fail_only = tf;;
+	opt_fail_only = tf;
 
 
 	strcpy(io_buffer, message(MSG_FOO, tf, NULL, isjson));
 	strcpy(io_buffer, message(MSG_FOO, tf, NULL, isjson));
 }
 }