mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 22:35:25 +00:00
Back out last change. The bug is in FreeBSD, not in this file.
Requested by: mellon
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char copyright[] =
|
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 */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include "dhcpd.h"
|
#include "dhcpd.h"
|
||||||
@@ -135,7 +135,7 @@ void discover_interfaces (state)
|
|||||||
{
|
{
|
||||||
struct interface_info *tmp, *ip;
|
struct interface_info *tmp, *ip;
|
||||||
struct interface_info *last, *next;
|
struct interface_info *last, *next;
|
||||||
char buf [4096];
|
char buf [2048];
|
||||||
struct ifconf ic;
|
struct ifconf ic;
|
||||||
struct ifreq ifr;
|
struct ifreq ifr;
|
||||||
int i;
|
int i;
|
||||||
|
Reference in New Issue
Block a user