Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bb#11370 - do not update mirrors on custom database urls
  • Loading branch information
Kevin Lin committed Aug 13, 2015
1 parent d6a0dec commit 7cbadfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion freshclam/manager.c
Expand Up @@ -450,7 +450,8 @@ wwwconnect (const char *server, const char *proxy, int pport, char *ip,
}
else
i++;
mirman_update (addr, rp->ai_family, mdat, 2);
if (mdat)
mirman_update (addr, rp->ai_family, mdat, 2);
continue;
}
else
Expand Down

0 comments on commit 7cbadfa

Please sign in to comment.