Skip to content

Commit

Permalink
changed for envdir.c change in libqmail
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed May 9, 2024
1 parent 4dae20a commit cb7c2f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ezmlm-x/doc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Release 1.1 Start 24/07/2023 End 31/12/2023
3. Fixed compiler warnings
- 31/12/2023
4. moved repository to indimail org
- 10/05/2024
5. qmail.c: changed for envdir.c change in libqmail

*
Release 1.0 Start 06/10/2018
Expand Down
3 changes: 2 additions & 1 deletion ezmlm-x/qmail.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ int qmail_open(struct qmail *qq)
{
int pim[2], pie[2];
int pic[2], i, unreadable = 0, errfd; /*- custom message */
char *x, *err, *binqqargs[2] = { 0, 0 };
const char *x, *err;
char *binqqargs[2] = { 0, 0 };
char **e, **orig_env;
char errbuf[256];
substdio sserr;
Expand Down

0 comments on commit cb7c2f0

Please sign in to comment.