Loading src/common/sandbox.c +2 −1 Original line number Diff line number Diff line Loading @@ -316,7 +316,7 @@ tor_global_sandbox(void) #endif } /** Use <b>fd</b> to log non-survivable sandbox violations */ /** Use <b>fd</b> to log non-survivable sandbox violations. */ void sandbox_set_debugging_fd(int fd) { Loading @@ -326,3 +326,4 @@ sandbox_set_debugging_fd(int fd) (void)fd; #endif } src/common/include.am +1 −1 File changed.Contains only whitespace changes. Show changes src/or/or.h +1 −1 File changed.Contains only whitespace changes. Show changes Loading
src/common/sandbox.c +2 −1 Original line number Diff line number Diff line Loading @@ -316,7 +316,7 @@ tor_global_sandbox(void) #endif } /** Use <b>fd</b> to log non-survivable sandbox violations */ /** Use <b>fd</b> to log non-survivable sandbox violations. */ void sandbox_set_debugging_fd(int fd) { Loading @@ -326,3 +326,4 @@ sandbox_set_debugging_fd(int fd) (void)fd; #endif }