aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2004-11-19 20:23:46 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2004-11-19 20:23:46 +0000
commit92947dc698651b48a7fd8492e4f557ef869a79ba (patch)
tree7ce2f920723bb227d7ea190f0ed2794d1719438d /sys/netgraph
parentbb50f99e3094bcc2d75801d49ff25b0e0be65934 (diff)
Notes
Diffstat (limited to 'sys/netgraph')
-rw-r--r--sys/netgraph/atm/sscop/ng_sscop_cust.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netgraph/atm/sscop/ng_sscop_cust.h b/sys/netgraph/atm/sscop/ng_sscop_cust.h
index 6a1b40300b671..fd2a892539a1e 100644
--- a/sys/netgraph/atm/sscop/ng_sscop_cust.h
+++ b/sys/netgraph/atm/sscop/ng_sscop_cust.h
@@ -111,6 +111,7 @@ typedef struct callout sscop_timer_t;
ng_untimeout(&(S)->t_##T, (S)->aarg); \
} while (0)
#define TIMER_RESTART(S, T) do { \
+ TIMER_STOP(S, T); \
ng_timeout(&(S)->t_##T, (S)->aarg, NULL, \
hz * (S)->timer##T / 1000, T##_func, (S), 0); \
} while (0)