summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2013-06-29 12:52:48 +0200
committerYorhel <git@yorhel.nl>2013-06-29 12:52:48 +0200
commit340f4640070d9934fcb08869bcd16b5b73e1ad7d (patch)
treeee15bf9fd5c0f130a62de06ef288ee108ab828d4
parent61377152635294aeda137e54d069502d60777e89 (diff)
deps,main: Update to latest evtp
m---------deps0
-rw-r--r--src/main.c3
2 files changed, 1 insertions, 2 deletions
diff --git a/deps b/deps
-Subproject 1ad9ca7a5fa51921b83ecd2f637c76e12ac8fd7
+Subproject cb2f507eb4fc8c9adfc0f71d6e4c5e3e2f9c606
diff --git a/src/main.c b/src/main.c
index c6e7371..f5a8f45 100644
--- a/src/main.c
+++ b/src/main.c
@@ -339,8 +339,7 @@ int main(int argc, char **argv) {
yinfo("Main loop shut down");
- evtp_die(threadpool, 1);
- evtp_destroy(threadpool);
+ evtp_destroy(threadpool, 0);
db_destroy();
yinfo("Clean shutdown");