Correct argument order of kiconv_add_xlat16_cspairs().

Security:
This commit is contained in:
imura 2005-07-29 14:56:16 +00:00
parent bdf4ec6443
commit b1a3558c87

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