diff options
Diffstat (limited to 'Servers/LookupServer')
-rw-r--r-- | Servers/LookupServer/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Servers/LookupServer/main.cpp b/Servers/LookupServer/main.cpp index 24a5936f10..b9b967d650 100644 --- a/Servers/LookupServer/main.cpp +++ b/Servers/LookupServer/main.cpp @@ -46,5 +46,7 @@ int main(int argc, char** argv) return 1; } + unveil(nullptr, nullptr); + return event_loop.exec(); } |