]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/tcp_timer.c
xnu-6153.101.6.tar.gz
[apple/xnu.git] / bsd / netinet / tcp_timer.c
index c19dc1706959300eba3b285aabc8066844266cd9..df95516896cbd1bfef9e9b4371d7ba4b92108e34 100644 (file)
@@ -143,7 +143,7 @@ sysctl_msec_to_ticks SYSCTL_HANDLER_ARGS
                return error;
        }
 
-       tt = s * TCP_RETRANSHZ / 1000;
+       tt = temp * TCP_RETRANSHZ / 1000;
        if (tt < 1 || tt > INT_MAX) {
                return EINVAL;
        }