diff options
author | Cristian Toader <cristian.matei.toader@gmail.com> | 2013-09-02 12:16:02 +0300 |
---|---|---|
committer | Cristian Toader <cristian.matei.toader@gmail.com> | 2013-09-02 12:16:02 +0300 |
commit | fe6e2733ab1e75e0b56741fa06094b257b3695b8 (patch) | |
tree | a12d18ee2338e674597d937f27cd7578f6218c94 /src/or/main.c | |
parent | c584537a038cdeede4d52b52a73dcbb3035112a4 (diff) | |
download | tor-fe6e2733ab1e75e0b56741fa06094b257b3695b8.tar.gz tor-fe6e2733ab1e75e0b56741fa06094b257b3695b8.zip |
added contingency message to test for sandbox_getaddrinfo
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index af05f0b71a..5ab49365b0 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -2640,7 +2640,8 @@ find_flashcard_path(PWCHAR path, size_t size) #endif static void -init_addrinfo(void) { +init_addrinfo(void) +{ char hname[256]; // host name to sandbox |