aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dhcpcd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcpcd.c b/dhcpcd.c
index 28a472c..85b50db 100644
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -1447,9 +1447,9 @@ main(int argc, char **argv)
#endif
char ifn[IF_NAMESIZE];
-#if defined(__ANDROID__) && !defined(__BRILLO__)
+#if defined(__ANDROID__)
switch_user();
-#endif /* __ANDROID__ && !__BRILLO__ */
+#endif /* __ANDROID__ */
/* Test for --help and --version */
if (argc > 1) {