~ubuntu-branches/ubuntu/lucid/postfix/lucid-backports

« back to all changes in this revision

Viewing changes to src/master/master_avail.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2010-02-17 21:53:13 UTC
  • mfrom: (1.1.25 upstream)
  • Revision ID: james.westby@ubuntu.com-20100217215313-91q95mj9qx1mz2y4
Tags: 2.7.0-1~build1
upload to lucid

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
                event_enable_read(serv->listen_fd[n], master_avail_event,
143
143
                                  (char *) serv);
144
144
        } else if ((serv->flags & MASTER_FLAG_LOCAL_ONLY) == 0
 
145
                   && serv->max_proc != 1/* XXX postscreen(8) */
145
146
                   && (now = event_time()) - serv->busy_warn_time > 1000) {
146
147
            serv->busy_warn_time = now;
147
148
            msg_warn("service \"%s\" (%s) has reached its process limit \"%d\": "