mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Fix typo in last windows patch
svn:r2580
This commit is contained in:
parent
5d53828c57
commit
04ca660b2a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user