From b32e600d5009b8cc4179f00f4656dd61f3566e24 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 7 Nov 2008 04:35:41 +0000 Subject: while we're cleaning code, get rid of some unreachable code at the bottom of switch_id svn:r17205 --- src/common/compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/compat.c') diff --git a/src/common/compat.c b/src/common/compat.c index e8b7ab54a7..763a7c95b8 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -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 -- cgit v1.2.3-54-g00ecf