summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/src/vespa/config/helper/configpoller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/src/vespa/config/helper/configpoller.cpp b/config/src/vespa/config/helper/configpoller.cpp
index a1dc9570f6a..0ac7d46ce63 100644
--- a/config/src/vespa/config/helper/configpoller.cpp
+++ b/config/src/vespa/config/helper/configpoller.cpp
@@ -27,7 +27,7 @@ ConfigPoller::run()
}
} catch (config::InvalidConfigException & e) {
LOG(fatal, "Got exception, will just exit quickly : %s", e.what());
- std::quick_exit(17);
+ std::_Exit(17);
}
}