Browse Source

will not print user name

pull/962/head
Rayson zhu 8 years ago
parent
commit
a6ef853e2b
1 changed files with 0 additions and 1 deletions
  1. 1
      src/utils.c

1
src/utils.c

@ -104,7 +104,6 @@ run_as(const char *user)
{
#ifndef __MINGW32__
if (user[0]) {
printf("user: %s\n", user);
/* Convert user to a long integer if it is a non-negative number.
* -1 means it is a user name. */
long uid = -1;

Loading…
Cancel
Save