Browse Source

r8654@Kushana: nickm | 2006-08-28 16:50:36 -0400
I bet real programmers even have programs that compile.


svn:r8278

Nick Mathewson 19 years ago
parent
commit
8138d1c0a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/dns.c

+ 1 - 1
src/or/dns.c

@@ -1282,7 +1282,7 @@ configure_nameservers(int force)
       return -1;
     }
     tor_free(resolv_conf_fname);
-    resolv_conf_fname = tor_strdup(conf_fame);
+    resolv_conf_fname = tor_strdup(conf_fname);
     resolv_conf_mtime = st.st_mtime;
     if (nameservers_configured)
       eventdns_resume();