]> git.ipfire.org Git - thirdparty/cups.git/commit
Support listening on multiple addresses via a single Listen/Port line.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Sat, 8 Oct 2005 18:27:12 +0000 (18:27 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Sat, 8 Oct 2005 18:27:12 +0000 (18:27 +0000)
commit823d622a5c6afdae7738607c46d7f54f4f200d40
tree0b16b7a10d3c4fcaa71e019b658575b2b0e90bcb
parent086c584d2a23b20e4f7346ac202afe5216dbd599
Support listening on multiple addresses via a single Listen/Port line.

scheduler/conf.c:
    - get_address(): Changed to return an address list, and to
      automatically create an IPv4 address on the "any" address
      when running on OpenBSD.
    - read_configuration(): Use address lists from get_address(),
      and redo BrowsePoll to just extract the hostname and
      port(name), rather than doing a lookup - the cups-polld
      program can do that.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@4758 7a7537e8-13f0-0310-91df-b6672ffda945
scheduler/conf.c