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:
Axel Dörfler 2006-12-12 01:18:09 +00:00
parent 0ce7725e1c
commit e2e290db9b

View File

@ -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}
};