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
655fd2b2
Commit
655fd2b2
authored
Aug 16, 2021
by
Francois Gouget
Committed by
Alexandre Julliard
Aug 16, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msv1_0: Fix the call to ntlm_cleanup().
Signed-off-by:
Francois Gouget
<
fgouget@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
7f144646
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
unixlib.c
dlls/msv1_0/unixlib.c
+2
-1
No files found.
dlls/msv1_0/unixlib.c
View file @
655fd2b2
...
...
@@ -199,6 +199,7 @@ static NTSTATUS ntlm_check_version( void *args )
char
*
argv
[
3
],
buf
[
80
];
NTSTATUS
status
=
STATUS_DLL_NOT_FOUND
;
struct
fork_params
params
=
{
&
ctx
,
argv
};
struct
cleanup_params
cleanup_params
=
{
&
ctx
};
int
len
;
argv
[
0
]
=
(
char
*
)
"ntlm_auth"
;
...
...
@@ -231,7 +232,7 @@ static NTSTATUS ntlm_check_version( void *args )
"Make sure that ntlm_auth >= %d.%d.%d is in your path. "
"Usually, you can find it in the winbind package of your distribution.
\n
"
,
NTLM_AUTH_MAJOR_VERSION
,
NTLM_AUTH_MINOR_VERSION
,
NTLM_AUTH_MICRO_VERSION
);
ntlm_cleanup
(
&
c
tx
);
ntlm_cleanup
(
&
c
leanup_params
);
return
status
;
}
...
...
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