Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/dist/am-utils/amd
Module Name: src
Committed By: markd
Date: Tue Jul 29 12:09:00 UTC 2003
Modified Files:
src/dist/am-utils/amd: info_hesiod.c
Log Message:
Its not possible to have a key such as ".access" in a hesiod map as that would
imply a null node in the DNS tree so a lookup for such a key must clearly fail
and with the current info_hesiod.c it does (after calling hes{,iod}_resolve)
but returns an error that confuses some programs - eg. apache - so shortcut
the process and just return ENOENT for any key starting with "."
Patch will be in am-utils 6.1.
OK'd by christos
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/dist/am-utils/amd/info_hesiod.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index