]> git.ipfire.org Git - thirdparty/cups.git/commit
scheduler/ipp.c: Polish mDNS resolving
authorZdenek Dohnal <zdohnal@redhat.com>
Fri, 4 Mar 2022 07:23:22 +0000 (08:23 +0100)
committerZdenek Dohnal <zdohnal@redhat.com>
Fri, 4 Mar 2022 07:23:22 +0000 (08:23 +0100)
commit55359b905565d9ae49e116b87b98dd9e83108866
tree0b5d84732f6bde720c81de6d383ac5b238d52379
parentddb44a325d9af90be1641db9369c36122579153c
scheduler/ipp.c: Polish mDNS resolving

- no need to include http-private.h, cupsd.h has cups-private.h, which
  includes http-private.h
- call _httpResolve() only for mDNS hostnames and then pass the pointer
  to original printer->device_uri instead of copying
- add logging messages
scheduler/ipp.c