diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-01-16 04:15:15 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-01-16 04:15:15 +0000 |
commit | 7df6811c338aa28d9549e1298494b72c17e3cf86 (patch) | |
tree | 3d2bb3c0f2eea3e7f4aae781797dedef1307f1d1 /net/isc-dhcp3/files | |
parent | d257b8046629e33d8317a166451123e8a5e160dc (diff) | |
download | ports-7df6811c338aa28d9549e1298494b72c17e3cf86.tar.gz ports-7df6811c338aa28d9549e1298494b72c17e3cf86.zip |
Notes
Diffstat (limited to 'net/isc-dhcp3/files')
-rw-r--r-- | net/isc-dhcp3/files/patch-omapi.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/isc-dhcp3/files/patch-omapi.c b/net/isc-dhcp3/files/patch-omapi.c deleted file mode 100644 index d86b40b4284d..000000000000 --- a/net/isc-dhcp3/files/patch-omapi.c +++ /dev/null @@ -1,11 +0,0 @@ ---- server/omapi.c.orig Sat Apr 27 07:16:35 2002 -+++ server/omapi.c Fri May 10 06:10:54 2002 -@@ -245,7 +245,7 @@ - lease -> next_binding_state = bar; - if (supersede_lease (lease, 0, 1, 1, 1)) { - log_info ("lease %d state changed from %s to %s", -- ols, nls); -+ piaddr (lease -> ip_addr), ols, nls); - return ISC_R_SUCCESS; - } - log_info ("lease state change from %s to %s failed.", |