mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Correct argument order of kiconv_add_xlat16_cspairs().
Security:
This commit is contained in:
parent
89a4a8b5f3
commit
f0a446ea10
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148519
@ -503,7 +503,7 @@ smb_ctx_resolve(struct smb_ctx *ctx)
|
||||
return error;
|
||||
if (ssn->ioc_servercs[0] != 0) {
|
||||
error = kiconv_add_xlat16_cspairs
|
||||
(ssn->ioc_localcs, ssn->ioc_servercs);
|
||||
(ssn->ioc_servercs, ssn->ioc_localcs);
|
||||
if (error) return error;
|
||||
}
|
||||
if (ctx->ct_srvaddr) {
|
||||
|
Loading…
Reference in New Issue
Block a user