summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-10-09 02:44:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-10-09 02:44:23 +0000
commit3a3d47c1752b3f3b46f1616f30985ff6e7297663 (patch)
tree0424bde6fba0ed174077d6b5b79938eda7b2bf3c /sys
parent6ab8adf87a16c774299c55fc89432741c001b693 (diff)
stardate 93370.16: a whitespace appears to have entered our quadrant...
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/kern_pledge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_pledge.c b/sys/kern/kern_pledge.c
index f5a6ea2dd9d..4fc20914294 100644
--- a/sys/kern/kern_pledge.c
+++ b/sys/kern/kern_pledge.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern_pledge.c,v 1.2 2015/10/09 02:36:46 deraadt Exp $ */
+/* $OpenBSD: kern_pledge.c,v 1.3 2015/10/09 02:44:22 deraadt Exp $ */
/*
* Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org>
@@ -1139,7 +1139,7 @@ pledge_setsockopt_check(struct proc *p, int level, int optname)
case IPV6_MULTICAST_IF:
case IPV6_JOIN_GROUP:
case IPV6_LEAVE_GROUP:
- if (p->p_p->ps_pledge & PLEDGE_MCAST))
+ if (p->p_p->ps_pledge & PLEDGE_MCAST)
return (0);
break;
}