Return SANE_STATUS_ACCESS_DENIED if access was not granted

instead of SANE_STATUS_IO_ERROR.
Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2002-01-06 21:04:39 +00:00
rodzic 4567b37a86
commit 2c23d82d0c
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -12,9 +12,13 @@
Only the first IP address in struct hostent is checked. IPv6 is
untested. The change is based on a patch by Petter Reinholdtsen
<pere@hungry.com>.
Return SANE_STATUS_ACCESS_DENIED if access was not granted instead
of SANE_STATUS_IO_ERROR.
Removed isfdtype to avoid compilation problems.
Added more debug output. Print function name in every DBG statement.
Updated manual pages and saned.conf.
* net.c: Return SANE_STATUS_ACCESS_DENIED if access was not granted
instead of SANE_STATUS_IO_ERROR.
2001-01-06 Karl Heinz Kremer <khk@khk.net>