trivial whitespace changes, take two

This commit is contained in:
Roger Dingledine 2011-09-24 22:46:21 -04:00
parent c42a1886cc
commit 1c2e4d1336

View File

@ -843,7 +843,7 @@ addressmap_clear_excluded_trackexithosts(or_options_t *options)
continue; /* malformed. */
dot = target + len - 6; /* dot now points to just before .exit */
while (dot > target && *dot != '.')
dot--;
dot--;
if (*dot == '.') dot++;
nodename = tor_strndup(dot, len-5-(dot-target));;
ri = router_get_by_nickname(nodename, 0);