diff options
author | Shawn Routhier <sar@isc.org> | 2013-08-27 11:09:12 -0700 |
---|---|---|
committer | Shawn Routhier <sar@isc.org> | 2013-08-27 11:09:12 -0700 |
commit | 8cd88e202bd734e40e006808311fb6688e9f0b47 (patch) | |
tree | 92eee04f58329d83843fe58e344413319ed923eb /common/discover.c | |
parent | ad4001ce8076c9e69aa0b7825cf9107c8bd9a101 (diff) | |
download | isc-dhcp-8cd88e202bd734e40e006808311fb6688e9f0b47.tar.gz |
-n [master]
[rt26311]
Fix the issue with DDNS by checking to see if we have added a pointer
to the ddns_cb and skipping the cache threshold check if we did. Also
expand and correct the cache threshold check into the delayed ack code.
Diffstat (limited to 'common/discover.c')
-rw-r--r-- | common/discover.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/discover.c b/common/discover.c index 1d842192..1d55317b 100644 --- a/common/discover.c +++ b/common/discover.c @@ -3,6 +3,7 @@ Find and identify the network interfaces. */ /* + * Copyright (c) 2013 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 2004-2009,2011 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1995-2003 by Internet Software Consortium * |