mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Turn RIPPLE_APPLICATION_CLEAN_EXIT back on, to prevent file descriptor leaks
This commit is contained in:
@@ -170,7 +170,7 @@
|
||||
// Turning this on makes the Application object get destroyed,
|
||||
// which is part of an attempt to have a "clean exit."
|
||||
#ifndef RIPPLE_APPLICATION_CLEAN_EXIT
|
||||
#define RIPPLE_APPLICATION_CLEAN_EXIT 0
|
||||
#define RIPPLE_APPLICATION_CLEAN_EXIT 1
|
||||
#endif
|
||||
|
||||
// This is only here temporarily. Use it to turn off the sending of
|
||||
|
||||
Reference in New Issue
Block a user