]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
buf doesn't need to be static
authorTed Lemon <source@isc.org>
Wed, 11 Sep 1996 05:53:32 +0000 (05:53 +0000)
committerTed Lemon <source@isc.org>
Wed, 11 Sep 1996 05:53:32 +0000 (05:53 +0000)
common/dispatch.c
dispatch.c

index a3f1b68c52ed1a41bd742de2db9e026d73fe0d02..0bdc22dbe8750065e556854256d6cb886cea3da1 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: dispatch.c,v 1.23 1996/09/05 23:55:39 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dispatch.c,v 1.24 1996/09/11 05:53:32 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -61,7 +61,7 @@ void discover_interfaces ()
 {
        struct interface_info *tmp;
        struct interface_info *last;
-       static char buf [8192];
+       char buf [8192];
        struct ifconf ic;
        struct ifreq ifr;
        int i;
index a3f1b68c52ed1a41bd742de2db9e026d73fe0d02..0bdc22dbe8750065e556854256d6cb886cea3da1 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: dispatch.c,v 1.23 1996/09/05 23:55:39 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dispatch.c,v 1.24 1996/09/11 05:53:32 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -61,7 +61,7 @@ void discover_interfaces ()
 {
        struct interface_info *tmp;
        struct interface_info *last;
-       static char buf [8192];
+       char buf [8192];
        struct ifconf ic;
        struct ifreq ifr;
        int i;