mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Bring aac_cam into line with using time_uptime instead of time_second.
This commit is contained in:
parent
2b3b0f1721
commit
552d343294
1 changed files with 1 additions and 1 deletions
|
|
@ -397,7 +397,7 @@ aac_cam_action(struct cam_sim *sim, union ccb *ccb)
|
|||
|
||||
cm->cm_complete = aac_cam_complete;
|
||||
cm->cm_private = ccb;
|
||||
cm->cm_timestamp = time_second;
|
||||
cm->cm_timestamp = time_uptime;
|
||||
cm->cm_queue = AAC_ADAP_NORM_CMD_QUEUE;
|
||||
|
||||
fib->Header.XferState =
|
||||
|
|
|
|||
Loading…
Reference in a new issue