Merge "DHCPv4: lease expiration is fatal, renew failures are not" into nyc-dev am: 42a5755916 am: 8958153ac7
am: 57f4d9718e
* commit '57f4d9718ecc3598f04772a49e77e89a31a7d477':
DHCPv4: lease expiration is fatal, renew failures are not
Change-Id: I4a0be195dab4525258b455330ce6212987b0e6c0
This commit is contained in:
@@ -131,7 +131,7 @@ public class StaticIpConfiguration implements Parcelable {
|
||||
str.append(" ").append(dnsServer.getHostAddress());
|
||||
}
|
||||
|
||||
str.append(" ] Domains");
|
||||
str.append(" ] Domains ");
|
||||
if (domains != null) str.append(domains);
|
||||
return str.toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user