Travis Cross e6629ab5f6 Add missing return statement
sres_cached_answers_sockaddr is supposed to return ENOENT if no cached
records are found.  Because of the missing return statement, however,
it would never do this and would instead return something very likely
to be garbage.
2012-06-25 06:38:30 +00:00
..
2009-02-12 21:58:06 +00:00
2009-02-26 18:47:54 +00:00
2010-10-03 05:53:07 -04:00
2012-06-25 06:38:29 +00:00
2012-06-25 06:38:30 +00:00