Merge branch 'bugfix/tw16581_dhcps_default_behaviour_changed' into 'master'

fix the dhcps default behaviour chenged by dns

See merge request !1612
This commit is contained in:
Jiang Jiang Jian
2017-12-01 19:21:26 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ static bool renew = false;
static dhcps_lease_t dhcps_poll;
static dhcps_time_t dhcps_lease_time = DHCPS_LEASE_TIME_DEF; //minute
static dhcps_offer_t dhcps_offer = 0xFF;
static dhcps_offer_t dhcps_dns = 0xFF;
static dhcps_offer_t dhcps_dns = 0x00;
/******************************************************************************
* FunctionName : dhcps_option_info