2 changed files with 14 additions and 1 deletions
@ -0,0 +1,11 @@ |
|||||||
|
--- server/omapi.c.orig Tue Jun 4 12:02:11 2002
|
||||||
|
+++ server/omapi.c Tue Jun 4 12:02:11 2002
|
||||||
|
@@ -244,7 +244,7 @@
|
||||||
|
if (lease -> binding_state != bar) {
|
||||||
|
lease -> next_binding_state = bar;
|
||||||
|
if (supersede_lease (lease, 0, 1, 1, 1)) {
|
||||||
|
- log_info ("lease %d state changed from %s to %s",
|
||||||
|
+ log_info ("lease state changed from %s to %s",
|
||||||
|
ols, nls);
|
||||||
|
return ISC_R_SUCCESS;
|
||||||
|
}
|
||||||
Loading…
Reference in new issue