]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix typo in last windows patch
authorNick Mathewson <nickm@torproject.org>
Sun, 24 Oct 2004 00:58:29 +0000 (00:58 +0000)
committerNick Mathewson <nickm@torproject.org>
Sun, 24 Oct 2004 00:58:29 +0000 (00:58 +0000)
svn:r2580

src/or/config.c

index a43fadaf4fee7ba8ac629da6f9811a2a2e811391..fce0e49e3abf23cf3393c5c5468291721fceb0d4 100644 (file)
@@ -554,7 +554,7 @@ static char *get_windows_conf_root(void)
   if (!SUCCEEDED(result)) {
     return NULL;
   }
-  strlcat(p,"\\tor",MAX_PATH);
+  strlcat(path,"\\tor",MAX_PATH);
   is_set = 1;
   return path;
 }