~ubuntu-branches/ubuntu/lucid/postfix/lucid-security

« back to all changes in this revision

Viewing changes to src/smtp/smtp_reuse.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Wietse Venema, LaMont Jones
  • Date: 2009-06-03 14:17:08 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20090603141708-o9u59xlor7nmd2x1
[Wietse Venema]

* New upstream release: 2.6.2~rc1

[LaMont Jones]

* move postfix-add-{filter,policy} manpages to section 8, and deliver
* provide: default-mta on ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
    }
215
215
 
216
216
    /*
 
217
     * Avoid poor performance when TCP MSS > VSTREAM_BUFSIZE.
 
218
     */
 
219
    vstream_tweak_sock(session->stream);
 
220
 
 
221
    /*
217
222
     * Update the list of used cached addresses.
218
223
     */
219
224
    htable_enter(state->cache_used, session->addr, (char *) 0);