View | Details | Raw Unified | Return to bug 248739
Collapse All | Expand All

(-)net/isc-dhcp44-server/files/patch-client_dhclient.c (+11 lines)
Line 0 Link Here
1
--- client/dhclient.c.orig	2020-01-21 19:21:48 UTC
2
+++ client/dhclient.c
3
@@ -83,8 +83,6 @@ static const char message [] = "Internet Systems Conso
4
 static const char url [] = "For info, please visit https://www.isc.org/software/dhcp/";
5
 #endif /* UNIT_TEST */
6
 
7
-u_int16_t local_port = 0;
8
-u_int16_t remote_port = 0;
9
 #if defined(DHCPv6) && defined(DHCP4o6)
10
 int dhcp4o6_state = -1; /* -1 = stopped, 0 = polling, 1 = started */
11
 #endif
(-)net/isc-dhcp44-server/files/patch-relay_dhcrelay.c (+12 lines)
Line 0 Link Here
1
--- relay/dhcrelay.c.orig	2020-01-21 19:21:48 UTC
2
+++ relay/dhcrelay.c
3
@@ -95,9 +95,6 @@ enum { forward_and_append,	/* Forward and append our o
4
        forward_untouched,	/* Forward without changes. */
5
        discard } agent_relay_mode = forward_and_replace;
6
 
7
-u_int16_t local_port;
8
-u_int16_t remote_port;
9
-
10
 /* Relay agent server list. */
11
 struct server_list {
12
 	struct server_list *next;
(-)net/isc-dhcp44-server/files/patch-server_mdb.c (+11 lines)
Line 0 Link Here
1
--- server/mdb.c.orig	2020-01-21 19:21:48 UTC
2
+++ server/mdb.c
3
@@ -67,8 +67,6 @@ static host_id_info_t *host_id_info = NULL;
4
 
5
 int numclasseswritten;
6
 
7
-omapi_object_type_t *dhcp_type_host;
8
-
9
 isc_result_t enter_class(cd, dynamicp, commit)
10
 	struct class *cd;
11
 	int dynamicp;

Return to bug 248739