diff options
Diffstat (limited to 'usr/src/uts/common/inet/sctp/sctp_shutdown.c')
-rw-r--r-- | usr/src/uts/common/inet/sctp/sctp_shutdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/inet/sctp/sctp_shutdown.c b/usr/src/uts/common/inet/sctp/sctp_shutdown.c index ff835a60c0..017fed208a 100644 --- a/usr/src/uts/common/inet/sctp/sctp_shutdown.c +++ b/usr/src/uts/common/inet/sctp/sctp_shutdown.c @@ -75,7 +75,7 @@ sctp_send_shutdown(sctp_t *sctp, int rexmit) * sending the shutdown, we can overload out_time * to track how long we have waited. */ - sctp->sctp_out_time = lbolt64; + sctp->sctp_out_time = ddi_get_lbolt64(); } /* |