Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
dbe8d61c
Commit
dbe8d61c
authored
Mar 27, 2020
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Mar 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adsldp: Add more traces.
Signed-off-by:
Dmitry Timoshkov
<
dmitry@baikal.ru
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
70c3e08d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
adsldp.c
dlls/adsldp/adsldp.c
+5
-0
No files found.
dlls/adsldp/adsldp.c
View file @
dbe8d61c
...
...
@@ -611,6 +611,7 @@ static HRESULT WINAPI ldapns_Get(IADs *iface, BSTR name, VARIANT *prop)
for
(
idx
=
0
;
idx
<
count
;
idx
++
)
{
TRACE
(
"=> %s
\n
"
,
debugstr_w
(
ldap
->
attrs
[
i
].
values
[
idx
]));
V_VT
(
&
item
)
=
VT_BSTR
;
V_BSTR
(
&
item
)
=
SysAllocString
(
ldap
->
attrs
[
i
].
values
[
idx
]);
if
(
!
V_BSTR
(
&
item
))
...
...
@@ -633,6 +634,7 @@ fail:
}
else
{
TRACE
(
"=> %s
\n
"
,
debugstr_w
(
ldap
->
attrs
[
i
].
values
[
0
]));
V_BSTR
(
prop
)
=
SysAllocString
(
ldap
->
attrs
[
i
].
values
[
0
]);
if
(
!
V_BSTR
(
prop
))
return
E_OUTOFMEMORY
;
V_VT
(
prop
)
=
VT_BSTR
;
...
...
@@ -1178,7 +1180,10 @@ static HRESULT WINAPI search_ExecuteSearch(IDirectorySearch *iface, LPWSTR filte
}
for
(
i
=
0
;
i
<
count
;
i
++
)
{
TRACE
(
"=> %s
\n
"
,
debugstr_w
(
names
[
i
]));
props
[
i
]
=
names
[
i
];
}
props
[
count
]
=
NULL
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment