mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
Remove extraneous local
svn:r2663
This commit is contained in:
parent
d5244e3872
commit
871bf904ae
@ -766,7 +766,6 @@ int write_bytes_to_file(const char *fname, const char *str, size_t len,
|
||||
{
|
||||
char tempname[1024];
|
||||
int fd;
|
||||
size_t len;
|
||||
int result;
|
||||
if ((strlcpy(tempname,fname,1024) >= 1024) ||
|
||||
(strlcat(tempname,".tmp",1024) >= 1024)) {
|
||||
|
Loading…
Reference in New Issue
Block a user