Commit dca405a7 authored by Max Kellermann's avatar Max Kellermann

test/read_conf: fix -Wunused-but-set-variable

parent 3680a6bb
......@@ -70,5 +70,5 @@ int main(int argc, char **argv)
}
config_global_finish();
return 0;
return ret;
}
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