diff --git a/clamav-milter/clamfi.c b/clamav-milter/clamfi.c index f5ff1e273..3256bc5d7 100644 --- a/clamav-milter/clamfi.c +++ b/clamav-milter/clamfi.c @@ -723,9 +723,9 @@ sfsistat clamfi_envfrom(SMFICTX *ctx, char **argv) } cf->totsz = 0; cf->bufsz = 0; - cf->main = cf->alt = -1; - cf->all_allowed = 1; - cf->gotbody = 0; + cf->main = cf->alt = -1; + cf->all_allowed = 1; + cf->gotbody = 0; cf->msg_subj = cf->msg_date = cf->msg_id = NULL; if (multircpt) { cf->recipients = NULL; diff --git a/libclamav/others.c b/libclamav/others.c index 36df786f6..a0f2271e7 100644 --- a/libclamav/others.c +++ b/libclamav/others.c @@ -298,7 +298,7 @@ static void rarload(void) cli_unrar_skip_file = unrar_skip_file; cli_unrar_close = unrar_close; #else - rhandle = load_module("libclamunrar_iface", "unrar"); + rhandle = load_module("libclamunrar_iface", "unrar"); if (NULL == rhandle) return;