summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2004-02-06 22:19:21 +0000
committertedu <tedu@openbsd.org>2004-02-06 22:19:21 +0000
commit1c08e5f29329e38c74a6ff48402ff307feb7e53d (patch)
tree5e76bc81a49fb2d1800f6f519e813223dd0db6e5
parentpermit IPv6-only operation (permit AF_INET6 bind(2) without IPv4 address). (diff)
downloadwireguard-openbsd-1c08e5f29329e38c74a6ff48402ff307feb7e53d.tar.xz
wireguard-openbsd-1c08e5f29329e38c74a6ff48402ff307feb7e53d.zip
default db.log=1. as noted by Sam Smith, this is more useful. mickey concurred
-rw-r--r--sys/ddb/db_usrreq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_usrreq.c b/sys/ddb/db_usrreq.c
index 02d8fbcb58f..a353689b930 100644
--- a/sys/ddb/db_usrreq.c
+++ b/sys/ddb/db_usrreq.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_usrreq.c,v 1.8 2003/06/28 01:52:18 tedu Exp $ */
+/* $OpenBSD: db_usrreq.c,v 1.9 2004/02/06 22:19:21 tedu Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff. All rights reserved.
@@ -33,7 +33,7 @@
#include <ddb/db_var.h>
-int db_log;
+int db_log = 1;
int
ddb_sysctl(name, namelen, oldp, oldlenp, newp, newlen, p)