diff --git a/hooklib/dll.c b/hooklib/dll.c index 94f7137..f98d9af 100644 --- a/hooklib/dll.c +++ b/hooklib/dll.c @@ -98,6 +98,7 @@ HRESULT dll_hook_push( new_item = &new_mem[dll_hook_count]; new_item->name = name; + new_item->redir_mod = redir_mod; new_item->syms = syms; new_item->nsyms = nsyms;