Skip to content

Commit fcc89d8

Browse files
authored
fixed swapped timestamps in set_variable_value_by_ref (#388)
1 parent 9a17f1f commit fcc89d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/server/address_space/address_space.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1034,8 +1034,8 @@ impl AddressSpace {
10341034
let _ = variable.set_value_direct(
10351035
value,
10361036
StatusCode::Good,
1037-
source_timestamp,
10381037
server_timestamp,
1038+
source_timestamp,
10391039
);
10401040
true
10411041
} else {

0 commit comments

Comments
 (0)