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:
Augustin Cavalier 2019-02-02 17:22:27 -05:00
parent 15a4183640
commit 89b5768731

View File

@ -80,7 +80,7 @@ HostnameItem::~HostnameItem()
BNetworkSettingsType
HostnameItem::Type() const
{
return B_NETWORK_SETTINGS_TYPE_OTHER;
return B_NETWORK_SETTINGS_TYPE_SERVICE;
}