aboutgitcodelistschat:MatrixIRC
path: root/cooker/calls/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'cooker/calls/net.c')
-rw-r--r--cooker/calls/net.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cooker/calls/net.c b/cooker/calls/net.c
index 52ebc1e..746a08e 100644
--- a/cooker/calls/net.c
+++ b/cooker/calls/net.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
+// SPDX-License-Identifier: GPL-2.0-or-later
/* seitan - Syscall Expressive Interpreter, Transformer and Notifier
*
@@ -228,7 +228,7 @@ static struct arg connect_args[] = {
{
"addr", SELECT, 0,
0,
- sizeof(struct sockaddr_storage),
+ sizeof(struct sockaddr_un),
{ .d_select = &connect_addr_select },
},
},