Commit 074338f1 authored by Ramon Nou's avatar Ramon Nou Committed by Ramon Nou
Browse files

Removing protect fds, allows ssh to work if we use pthread_atfork... with syscall

parent 1003d442
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@ private:
#ifdef BYPASS_SYSCALL
    bool protect_fds_{false};
#else
    bool protect_fds_{true};
    bool protect_fds_{false};
#endif

    std::shared_ptr<gkfs::messagepack::ClientMetrics> write_metrics_;