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:
Steven Hazel
2003-10-22 17:25:58 +00:00
parent 7b8c5d3436
commit f9ec760bc4
+1 -2
View File
@@ -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;
}