aboutgitcodelistschat:MatrixIRC
path: root/demo/ioctl.hjson
diff options
context:
space:
mode:
Diffstat (limited to 'demo/ioctl.hjson')
-rw-r--r--demo/ioctl.hjson2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/ioctl.hjson b/demo/ioctl.hjson
index 53b59f5..b8d2de0 100644
--- a/demo/ioctl.hjson
+++ b/demo/ioctl.hjson
@@ -3,6 +3,6 @@
"match": [
{ "ioctl": { "path": "/dev/net/tun", "request": "TUNSETIFF" } }
],
- "return": 0
+ "return": { "value": 0 }
}
]