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