Commit 8e756fe5 authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard

nsiproxy.sys: Finish search once found in convert_luid_to_unix_name().

parent 42bf7668
......@@ -644,7 +644,7 @@ BOOL convert_luid_to_unix_name( const NET_LUID *luid, const char **unix_name )
{
*unix_name = entry->if_unix_name;
ret = TRUE;
break;
}
pthread_mutex_unlock( &if_list_lock );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment