Commit 23155303 authored by unknown's avatar unknown

client_test.c:

  Compilation failure fix


tests/client_test.c:
  Compilation failure fix
parent e63630be
...@@ -5246,11 +5246,12 @@ static void get_options(int argc, char **argv) ...@@ -5246,11 +5246,12 @@ static void get_options(int argc, char **argv)
*********************************************************/ *********************************************************/
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
MY_INIT(argv[0]);
get_options(argc,argv);
time_t start_time, end_time; time_t start_time, end_time;
double total_time= 0; double total_time= 0;
MY_INIT(argv[0]);
get_options(argc,argv);
client_connect(); /* connect to server */ client_connect(); /* connect to server */
for (iter_count=1; iter_count <= opt_count; iter_count++) for (iter_count=1; iter_count <= opt_count; iter_count++)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment