diff options
Diffstat (limited to 'usr/src/uts/common/inet/ip/conn_opt.c')
-rw-r--r-- | usr/src/uts/common/inet/ip/conn_opt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/inet/ip/conn_opt.c b/usr/src/uts/common/inet/ip/conn_opt.c index a46d7c4cd0..8820f6d2ab 100644 --- a/usr/src/uts/common/inet/ip/conn_opt.c +++ b/usr/src/uts/common/inet/ip/conn_opt.c @@ -2881,7 +2881,7 @@ conn_inherit_parent(conn_t *lconnp, conn_t *econnp) econnp->conn_cred = credp = lconnp->conn_cred; crhold(credp); econnp->conn_cpid = lconnp->conn_cpid; - econnp->conn_open_time = lbolt64; + econnp->conn_open_time = ddi_get_lbolt64(); /* * Cache things in the ixa without any refhold. |