Skip to content

Commit b005043

Browse files
committed
State now also sets workflow trace if it is only defined in the config
1 parent bf7039b commit b005043

File tree

1 file changed

+1
-0
lines changed
  • TLS-Core/src/main/java/de/rub/nds/tlsattacker/core/state

1 file changed

+1
-0
lines changed

TLS-Core/src/main/java/de/rub/nds/tlsattacker/core/state/State.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ public State() {
8383

8484
public State(Config config) {
8585
this.config = config;
86+
setWorkflowTrace(config.getWorkflowTrace());
8687
}
8788

8889
public State(Config config, WorkflowTrace trace) {

0 commit comments

Comments
 (0)