Skip to content

Commit

Permalink
fixed swapped timestamps in set_variable_value_by_ref (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbusoft authored Oct 8, 2024
1 parent 9a17f1f commit fcc89d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/server/address_space/address_space.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1034,8 +1034,8 @@ impl AddressSpace {
let _ = variable.set_value_direct(
value,
StatusCode::Good,
source_timestamp,
server_timestamp,
source_timestamp,
);
true
} else {
Expand Down

0 comments on commit fcc89d8

Please sign in to comment.