diff options
| author | default <nobody@localhost> | 2025-01-05 15:27:51 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2025-01-05 15:27:51 +0100 |
| commit | d479352548e05c057df3d6fe191a4c438be41b0e (patch) | |
| tree | 17cfa29e75703d573603ef08848280ec9cb9d0ee /sandbox.c | |
| parent | 80ba62eefb002f9d7df76bb6caca775e8f8a66a5 (diff) | |
Fixed crash in sandbox code under OpenBSD.
Diffstat (limited to 'sandbox.c')
| -rw-r--r-- | sandbox.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -126,7 +126,6 @@ void sbox_enter(const char *basedir) pledge(p, NULL); - xs_free(p); #elif defined (__linux__) if (sbox_enter_linux_(basedir, address, smail) == 0) |