Loading changes/bug14193 0 → 100644 +4 −0 Original line number Diff line number Diff line o Minor bugfixes (client DNS): - Report the correct cached DNS expiration times. Previously, we would report everything as "never expires." Fixes bug 14193; bugfix on 0.2.3.17-beta. src/or/addressmap.c +1 −1 Original line number Diff line number Diff line Loading @@ -431,7 +431,7 @@ addressmap_rewrite(char *address, size_t maxlen, if (exit_source_out) *exit_source_out = exit_source; if (expires_out) *expires_out = TIME_MAX; *expires_out = expires; return (rewrites > 0); } Loading Loading
changes/bug14193 0 → 100644 +4 −0 Original line number Diff line number Diff line o Minor bugfixes (client DNS): - Report the correct cached DNS expiration times. Previously, we would report everything as "never expires." Fixes bug 14193; bugfix on 0.2.3.17-beta.
src/or/addressmap.c +1 −1 Original line number Diff line number Diff line Loading @@ -431,7 +431,7 @@ addressmap_rewrite(char *address, size_t maxlen, if (exit_source_out) *exit_source_out = exit_source; if (expires_out) *expires_out = TIME_MAX; *expires_out = expires; return (rewrites > 0); } Loading