mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
r8652@Kushana: nickm | 2006-08-28 16:41:44 -0400
Resolve bug 324: strdup the right variable. svn:r8277
This commit is contained in:
parent
2499d1db7c
commit
dc4951314f
@ -1282,7 +1282,7 @@ configure_nameservers(int force)
|
||||
return -1;
|
||||
}
|
||||
tor_free(resolv_conf_fname);
|
||||
resolv_conf_fname = tor_strdup(resolv_conf_fname);
|
||||
resolv_conf_fname = tor_strdup(conf_fame);
|
||||
resolv_conf_mtime = st.st_mtime;
|
||||
if (nameservers_configured)
|
||||
eventdns_resume();
|
||||
|
Loading…
Reference in New Issue
Block a user