~ubuntu-branches/ubuntu/hoary/postfix/hoary-security

« back to all changes in this revision

Viewing changes to src/smtpstone/qmqp-sink.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-10-06 11:50:33 UTC
  • Revision ID: james.westby@ubuntu.com-20041006115033-9oky44ylqmhjy7eq
Tags: 2.1.3-1ubuntu17
* Deliver man pages for master.cf services in section 8postfix.
  Remove smtpd.8.gz diversion. Closes: #274777
* Clean up postfix-mysql documentation (created README.Debian files).
  Closes: Warty#2022
* Fix typo in postmap man page.  Closes: #271369

Show diffs side-by-side

added added

removed removed

Lines of Context:
275
275
    } else {
276
276
        if (strncmp(argv[optind], "inet:", 5) == 0)
277
277
            argv[optind] += 5;
278
 
        sock = inet_listen(argv[optind], backlog, BLOCKING);
 
278
        sock = inet_listen(argv[optind], backlog, BLOCKING, 1);
279
279
    }
280
280
 
281
281
    /*