Do not pass NULL to log(%s) in dir_server_new.
commit0ba05313d56e6737c73d003c84eeebdfd0d40398
authorNick Mathewson <nickm@torproject.org>
Mon, 22 Aug 2016 05:22:19 +0000 (22 01:22 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 22 Aug 2016 05:22:19 +0000 (22 01:22 -0400)
tree82c4b4ed99a977c439ad6cc80dc173ad81683c0e
parent65cf5130ef60b82bae552363bcca53e5ab9cfd02
Do not pass NULL to log(%s) in dir_server_new.

This bug had existed since 0.2.4.7-alpha, but now that we have
FallbackDirs by default, it actually matters.

Fixes bug 19947; bugfix on 0.2.4.7-alpha or maybe 0.2.8.1-alpha.

Rubiate wrote the patch; teor wrote the changes file.
changes/bug19947 [new file with mode: 0644]
src/or/routerlist.c