From 10dcee99ed62a775c05f34aa70449945d537e1a2 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 9 Nov 2012 16:42:10 +0100 Subject: Remove the quickExit function --- src/libstore/local-store.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstore/local-store.cc') diff --git a/src/libstore/local-store.cc b/src/libstore/local-store.cc index b69eec614aa4..bcf367d654b8 100644 --- a/src/libstore/local-store.cc +++ b/src/libstore/local-store.cc @@ -981,7 +981,7 @@ void LocalStore::startSubstituter(const Path & substituter, RunningSubstituter & } catch (std::exception & e) { std::cerr << "error: " << e.what() << std::endl; } - quickExit(1); + _exit(1); } /* Parent. */ -- cgit 1.4.1