summaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorRyan Thomas McBride <mcbride@cvs.openbsd.org>2004-03-24 06:13:57 +0000
committerRyan Thomas McBride <mcbride@cvs.openbsd.org>2004-03-24 06:13:57 +0000
commit10962873c9ed4a0bc8ab3a2e529058b9c4913e88 (patch)
tree317438b98360e62a8a20a835ce005b937a49d60e /sys/netinet
parent5d36a822d539c43efcd825ab39fe0975f80a901a (diff)
Disable net.inet.carp.log by default.
ok deraadt@
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/ip_carp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_carp.c b/sys/netinet/ip_carp.c
index 0640a09b2e7..b82ad8d883d 100644
--- a/sys/netinet/ip_carp.c
+++ b/sys/netinet/ip_carp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_carp.c,v 1.40 2004/03/22 04:54:18 mcbride Exp $ */
+/* $OpenBSD: ip_carp.c,v 1.41 2004/03/24 06:13:56 mcbride Exp $ */
/*
* Copyright (c) 2002 Michael Shalayeff. All rights reserved.
@@ -131,7 +131,7 @@ struct carp_softc {
};
-int carp_opts[CARPCTL_MAXID] = { 0, 1, 0, 1, 0 }; /* XXX for now */
+int carp_opts[CARPCTL_MAXID] = { 0, 1, 0, 0, 0 }; /* XXX for now */
struct carpstats carpstats;
struct carp_if {