network/hostname: Mark as a "service"-type.
It is technically the "reverse" of DNS settings, which are also classified as a "service", so they should go together.
This commit is contained in:
@@ -80,7 +80,7 @@ HostnameItem::~HostnameItem()
|
|||||||
BNetworkSettingsType
|
BNetworkSettingsType
|
||||||
HostnameItem::Type() const
|
HostnameItem::Type() const
|
||||||
{
|
{
|
||||||
return B_NETWORK_SETTINGS_TYPE_OTHER;
|
return B_NETWORK_SETTINGS_TYPE_SERVICE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user