Made it a bit clearer how settings parsing works in the kernel, so that Ingo

hopefully doesn't see the need to "fix" it anymore :)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14961 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-11-16 17:06:44 +00:00
parent 10fbb5f7fd
commit 589f2f5a7f
+1
View File
@@ -643,6 +643,7 @@ driver_settings_init(kernel_args *args)
strlcpy(handle->name, settings->name, sizeof(handle->name));
handle->magic = 0;
// this triggers parsing the settings when they are actually used
list_add_item(&sHandles, handle);
settings = settings->next;