[PATCH 6/7] adsldp/tests: Remove no longer needed goto.
6 Apr
2020
6 Apr
'20
5:12 a.m.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru> --- dlls/adsldp/tests/ldap.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/adsldp/tests/ldap.c b/dlls/adsldp/tests/ldap.c index 208a9fa2fe..e76bd2e0b6 100644 --- a/dlls/adsldp/tests/ldap.c +++ b/dlls/adsldp/tests/ldap.c @@ -505,7 +505,6 @@ todo_wine hr = IDirectorySearch_ExecuteSearch(ds, (WCHAR *)L"(objectClass=*)", NULL, ~0, &sh); ok(hr == S_OK, "got %#x\n", hr); - if (hr != S_OK) goto fail; hr = IDirectorySearch_GetNextRow(ds, sh); ok(hr == S_OK, "got %#x\n", hr); @@ -517,7 +516,6 @@ todo_wine ok(hr == S_OK, "got %#x\n", hr); IDirectorySearch_Release(ds); -fail: IDirectoryObject_Release(dirobj); } -- 2.25.2
2166
Age (days ago)
2166
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov