Files
scylladb/core
Nadav Har'El 25c37c92f5 core: fix engine_exit()
engine_exit() without a parameter is meant to do engine().exit(0).
We do this, but forget to return from this function, so after calling
engine().exit(0), it continued on and crashed.

Signed-off-by: Nadav Har'El <nyh@cloudius-systems.com>
2015-03-15 16:17:25 +02:00
..
2015-03-01 15:29:13 +02:00
2015-02-19 16:58:54 +02:00
2015-02-19 16:58:54 +02:00
2015-03-11 14:45:43 +02:00
2015-03-15 16:17:25 +02:00
2015-03-03 14:58:58 +02:00
2015-03-11 19:11:01 +02:00
2015-03-04 17:40:58 +02:00
2015-03-08 21:55:57 +02:00