while we're cleaning code, get rid of some unreachable code at

the bottom of switch_id


svn:r17205
This commit is contained in:
Roger Dingledine 2008-11-07 04:35:41 +00:00
parent 14773f42a7
commit b32e600d50

View File

@ -1126,11 +1126,11 @@ switch_id(const char *user)
#else
(void)user;
#endif
log_warn(LD_CONFIG,
"User specified but switching users is unsupported on your OS.");
return -1;
#endif
}
#ifdef HAVE_PWD_H