mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 14:25:41 +00:00
Support for asynchronous ddns per ticket 19216 - convert to using isclib and
dnslib.
This commit is contained in:
@@ -226,7 +226,7 @@ int read_client_conf_file (const char *name, struct interface_info *ip,
|
||||
} while (1);
|
||||
token = next_token (&val, (unsigned *)0, cfile);
|
||||
status = (cfile -> warnings_occurred
|
||||
? ISC_R_BADPARSE
|
||||
? DHCP_R_BADPARSE
|
||||
: ISC_R_SUCCESS);
|
||||
end_parse (&cfile);
|
||||
return status;
|
||||
|
Reference in New Issue
Block a user