]> git.ipfire.org Git - thirdparty/cups.git/commit
Fix PPD copy bug, and add check for MIME database.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 26 Sep 2005 14:34:25 +0000 (14:34 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 26 Sep 2005 14:34:25 +0000 (14:34 +0000)
commit92847388606b58e91dcbf9cb9523ea0fd0b3a167
tree00c7e9ec008d4147fdeed8a3da424f507bf79c83
parentfc9894d1958a6d6710739e657d470b64206283e6
Fix PPD copy bug, and add check for MIME database.

scheduler/conf.c:
    - ReadConfiguration(): Add check for NULL MIME database (due
      to misconfiguration or missing ServerRoot...)

scheduler/ipp.c:
    - copy_model(): Use select() with timeout and pipe to catch
      when the cups-driverd process is done.

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