mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 23:53:32 +01:00
Get rid of an unused parameter warning on win
This is a backport of bed79c47f4
which
accidentally only went into master
This commit is contained in:
parent
6ef44b7849
commit
3dc2a1c62c
@ -1698,6 +1698,8 @@ check_private_dir(const char *dirname, cpd_check_t check,
|
|||||||
struct passwd *pw = NULL;
|
struct passwd *pw = NULL;
|
||||||
uid_t running_uid;
|
uid_t running_uid;
|
||||||
gid_t running_gid;
|
gid_t running_gid;
|
||||||
|
#else
|
||||||
|
(void)effective_user;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
tor_assert(dirname);
|
tor_assert(dirname);
|
||||||
|
Loading…
Reference in New Issue
Block a user