Forgot to add the "auto config" settings parameter to the BMessage template conversion.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19466 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
0ce7725e1c
commit
e2e290db9b
@ -26,6 +26,7 @@ const static settings_template kInterfaceAddressTemplate[] = {
|
||||
{B_STRING_TYPE, "peer", NULL},
|
||||
{B_STRING_TYPE, "broadcast", NULL},
|
||||
{B_STRING_TYPE, "gateway", NULL},
|
||||
{B_BOOL_TYPE, "auto config", NULL},
|
||||
{0, NULL, NULL}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user