Changeset 1463 for trunk/packages/invirt-dns/files/usr
- Timestamp:
- Oct 31, 2008, 9:00:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-dns/files/usr/sbin/invirt-dns
r1184 r1463 110 110 [], [])) 111 111 112 value = invirt.database.Machine.query().filter_by(name=host). one()112 value = invirt.database.Machine.query().filter_by(name=host).first() 113 113 if value is None or not value.nics: 114 114 return defer.fail(failure.Failure(dns.AuthoritativeDomainError(name)))
Note: See TracChangeset
for help on using the changeset viewer.