aboutgitcodelistschat:MatrixIRC
path: root/demo
diff options
context:
space:
mode:
Diffstat (limited to 'demo')
-rw-r--r--demo/socket.hjson2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/socket.hjson b/demo/socket.hjson
index 7a16ccc..d9a3345 100644
--- a/demo/socket.hjson
+++ b/demo/socket.hjson
@@ -1,7 +1,7 @@
[
{
"match": [
- { "socket": { "family": "unix", "type": "stream", "flags": 0, "protocol": 0 } }
+ { "socket": { "family": "unix", "type": "stream", "flags": "cloexec", "protocol": 0 } }
],
"call": [
{ "socket": { "family": "unix", "type": "stream", "flags": [ "cloexec", "nonblock" ], "protocol": 0 }, "ret": "new_fd" }