Add early return when finding provider by name (#72)

This commit is contained in:
Matt Swann
2019-02-25 09:12:23 -08:00
committed by GitHub
parent 0b42d12c33
commit 9c99ea3ecc
+1
View File
@@ -437,6 +437,7 @@ namespace krabs {
if (wcscmp(name, providerName.c_str()) == 0){
hr = provider->get_Guid(&providerGuid);
check_provider_hr(hr, providerName);
break;
}
}