Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ds.Lookup(): remove usage of nil error when there len(responses)==0
in ds.Lookup(), the error return for no lookup responses returned a nil error. Remove the unused error variable, and return os.ErrNotExist as the error (useful for tests). Signed-off-by: Ronald G Minnich <[email protected]>
- Loading branch information