summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMurray <source@isc.org>2002-06-10 00:12:34 +0000
committerMurray <source@isc.org>2002-06-10 00:12:34 +0000
commitd01a85ad318dd055eb3764f7cc7a14ba4ccd4ec8 (patch)
tree6e7dde548b743bc62a0ec932fa4806c4a549aa88 /common
parent8794ca1fbae2a26187fc0a85f7ea55807b3f2d69 (diff)
downloadisc-dhcp-d01a85ad318dd055eb3764f7cc7a14ba4ccd4ec8.tar.gz
Back out last change. The bug is in FreeBSD, not in this file.
Requested by: mellon
Diffstat (limited to 'common')
-rw-r--r--common/discover.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/discover.c b/common/discover.c
index d1aa5d27..06b9e2c4 100644
--- a/common/discover.c
+++ b/common/discover.c
@@ -43,7 +43,7 @@
#ifndef lint
static char copyright[] =
-"$Id: discover.c,v 1.46 2002/06/09 22:52:39 murray Exp $ Copyright (c) 1995-2001 The Internet Software Consortium. All rights reserved.\n";
+"$Id: discover.c,v 1.47 2002/06/10 00:12:34 murray Exp $ Copyright (c) 1995-2001 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -135,7 +135,7 @@ void discover_interfaces (state)
{
struct interface_info *tmp, *ip;
struct interface_info *last, *next;
- char buf [4096];
+ char buf [2048];
struct ifconf ic;
struct ifreq ifr;
int i;