~ubuntu-branches/ubuntu/trusty/postfix/trusty-updates

« back to all changes in this revision

Viewing changes to src/smtpd/smtpd.c

  • Committer: Package Import Robot
  • Author(s): LaMont Jones, Wietse Venema, LaMont Jones
  • Date: 2012-01-17 19:48:32 UTC
  • mfrom: (1.1.33)
  • Revision ID: package-import@ubuntu.com-20120117194832-lig25ddco40g2tzz
[Wietse Venema]

* New Upstream Version

[LaMont Jones]

* ack NMU
* add debian/copyright file for lintian
* Add SMTPS entry to ufw profile.  LP: #859658
* Add sqlite map support.  LP: #774500  Closes: #651208
* Fix linux 3.0 + multiarch FTBFS, based on patch from Loïc Minier. 
  Closes: #643020

Show diffs side-by-side

added added

removed removed

Lines of Context:
3040
3040
        if (state->err == 0) {
3041
3041
            why = vstring_alloc(10);
3042
3042
            state->err = mail_stream_finish(state->dest, why);
 
3043
            printable(STR(why), ' ');
3043
3044
        } else
3044
3045
            mail_stream_cleanup(state->dest);
3045
3046
        state->dest = 0;