summaryrefslogtreecommitdiffstats
path: root/listen/listen.c
diff options
context:
space:
mode:
Diffstat (limited to 'listen/listen.c')
-rw-r--r--listen/listen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/listen/listen.c b/listen/listen.c
index df6f770..b75b29c 100644
--- a/listen/listen.c
+++ b/listen/listen.c
@@ -109,7 +109,7 @@ int main(int argc, char **argv)
}
}
- if ((s = socket(AF_INET, SOCK_PACKET, htons(proto))) == -1) {
+ if ((s = socket(AF_PACKET, SOCK_PACKET, htons(proto))) == -1) {
perror("socket");
return 1;
}