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:
@@ -643,6 +643,7 @@ driver_settings_init(kernel_args *args)
|
|||||||
|
|
||||||
strlcpy(handle->name, settings->name, sizeof(handle->name));
|
strlcpy(handle->name, settings->name, sizeof(handle->name));
|
||||||
handle->magic = 0;
|
handle->magic = 0;
|
||||||
|
// this triggers parsing the settings when they are actually used
|
||||||
list_add_item(&sHandles, handle);
|
list_add_item(&sHandles, handle);
|
||||||
|
|
||||||
settings = settings->next;
|
settings = settings->next;
|
||||||
|
|||||||
Reference in New Issue
Block a user