Skip to content

Commit

Permalink
Fix clang wrapper compilation (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewtff authored and abyss7 committed Sep 13, 2017
1 parent d5345ac commit b492412
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/clang/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ int main(int argc, char* argv[]) {
// get destructed before the invokation of |exec|. Do not use global
// objects!
// FIXME: move |configuration| et al. inside |DoMain()| after mocking |GetEnv|
if (client::DoMain(argc, argv, socket_path,
Immutable::WrapString(config.path()),
if (client::DoMain(argc, argv, socket_path, config.path(),
Immutable::WrapString(config.version()),
config.connect_timeout(), config.read_timeout(),
config.send_timeout(), config.read_minimum(),
Expand Down

0 comments on commit b492412

Please sign in to comment.