In sysctl_hwchargestop() check that hw_battery_setchargestop is set
authorclaudio <claudio@openbsd.org>
Sun, 21 May 2023 12:47:54 +0000 (12:47 +0000)
committerclaudio <claudio@openbsd.org>
Sun, 21 May 2023 12:47:54 +0000 (12:47 +0000)
and not hw_battery_setchargestart.
OK kettenis@

sys/kern/kern_sysctl.c

index f63fc7c..a2d2f2e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: kern_sysctl.c,v 1.414 2023/05/18 10:23:19 mvs Exp $   */
+/*     $OpenBSD: kern_sysctl.c,v 1.415 2023/05/21 12:47:54 claudio Exp $       */
 /*     $NetBSD: kern_sysctl.c,v 1.17 1996/05/20 17:49:05 mrg Exp $     */
 
 /*-
@@ -841,7 +841,7 @@ sysctl_hwchargestop(void *oldp, size_t *oldlenp, void *newp, size_t newlen)
        int stop = hw_battery_chargestop;
        int error;
 
-       if (!hw_battery_setchargestart)
+       if (!hw_battery_setchargestop)
                return EOPNOTSUPP;
 
        error = sysctl_int_bounded(oldp, oldlenp, newp, newlen,