mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
switch_id() no longer tries to log the user name when it's calld on
Windows, since we don't know whether it's the user or the group that was set. svn:r659
This commit is contained in:
+1
-2
@@ -630,8 +630,7 @@ int switch_id(char *user, char *group) {
|
||||
#endif
|
||||
|
||||
log_fn(LOG_ERR,
|
||||
"User '%s' specified, but switching users is not supported.",
|
||||
user);
|
||||
"User or group specified, but switching users is not supported.");
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user