timesyncd: remove debug code

This commit is contained in:
Kay Sievers 2014-04-30 09:37:47 +02:00
parent 8ddbeaa23c
commit 81c36b3f28

View file

@ -367,8 +367,7 @@ static int sntp_adjust_clock(Manager *m, double offset, int leap_sec) {
break;
}
//r = clock_adjtime(CLOCK_REALTIME, &tmx);
r = adjtimex(&tmx);
r = clock_adjtime(CLOCK_REALTIME, &tmx);
if (r < 0)
return r;