]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Put pps_enable = 1 back, so that ntpd knows that there is a hardpps() capable
authorJohn Hay <hay@ntp.org>
Sat, 21 Sep 2002 11:22:00 +0000 (13:22 +0200)
committerJohn Hay <hay@ntp.org>
Sat, 21 Sep 2002 11:22:00 +0000 (13:22 +0200)
driver. Otherwise it will never enable the kernel hardpps() stuff.

bk: 3d8c5658h4ybKLGAY-7EgwriqPQ53g

ntpd/refclock_oncore.c

index 712a9bbfe9fcb8dfd3a50807bbcbc3e3887746a4..2476c2fcd98a05a3b1829aba2ab9ff14d8611843 100644 (file)
@@ -758,6 +758,7 @@ oncore_ppsapi(
                                    "refclock_ioctl: time_pps_kcbind failed: %m");
                                return (0);
                        }
+                       pps_enable = 1;
                }
        }
        return(1);