Skip to content

Commit

Permalink
imap/lmpt_sieve.c:run_sieve() remove useless assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov committed Aug 20, 2023
1 parent bb6a880 commit 7eec67a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imap/lmtp_sieve.c
Original file line number Diff line number Diff line change
Expand Up @@ -2383,7 +2383,6 @@ int run_sieve(const mbname_t *mbname, sieve_interp_t *interp, deliver_data_t *ms
return 1; /* do normal delivery actions */
}
buf_free(&attrib);
script = NULL;

sdata.mbname = mbname;
sdata.ns = msgdata->ns;
Expand Down

0 comments on commit 7eec67a

Please sign in to comment.