Correct argument order of kiconv_add_xlat16_cspairs().

Security:
This commit is contained in:
R. Imura 2005-07-29 14:56:16 +00:00
parent 89a4a8b5f3
commit f0a446ea10
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148519

View File

@ -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) {