Skip to content

Commit

Permalink
Fix another obvious regression bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rocallahan committed Oct 17, 2023
1 parent 8563453 commit edbd058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Session.cc
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Session::Session(const Session& other)
rrcall_base_(other.rrcall_base_),
syscallbuf_fds_disabled_size_(other.syscallbuf_fds_disabled_size_),
syscall_seccomp_ordering_(other.syscall_seccomp_ordering_),
ticks_semantics_(other.ticks_semantics_),
original_affinity_(other.original_affinity_),
done_initial_exec_(other.done_initial_exec_),
visible_execution_(other.visible_execution_) {}
Expand Down

0 comments on commit edbd058

Please sign in to comment.