mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 06:35:28 +01:00
Add a missing return
svn:r5079
This commit is contained in:
parent
1a786a297f
commit
d45badd9f4
1 changed files with 1 additions and 0 deletions
|
@ -1591,5 +1591,6 @@ dir_split_resource_into_fingerprints(const char *resource,
|
|||
*compressed_out = 1;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue