diff options
-rw-r--r-- | networking/ntpd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/networking/ntpd.c b/networking/ntpd.c index 44e711232..032dc51ac 100644 --- a/networking/ntpd.c +++ b/networking/ntpd.c | |||
@@ -2462,9 +2462,6 @@ static NOINLINE void ntp_init(char **argv) | |||
2462 | 2462 | ||
2463 | srand(getpid()); | 2463 | srand(getpid()); |
2464 | 2464 | ||
2465 | if (getuid()) | ||
2466 | bb_simple_error_msg_and_die(bb_msg_you_must_be_root); | ||
2467 | |||
2468 | /* Set some globals */ | 2465 | /* Set some globals */ |
2469 | G.discipline_jitter = G_precision_sec; | 2466 | G.discipline_jitter = G_precision_sec; |
2470 | G.stratum = MAXSTRAT; | 2467 | G.stratum = MAXSTRAT; |