Skip to content

Commit

Permalink
Ensure sandbox reset on pac flip
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesimons committed Sep 29, 2016
1 parent 2a37659 commit 15fc279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pacyak.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ func (app *PacYakApplication) switchToPac() {
log.Info("PAC availability check passed; switching from direct")
sandbox := pacsandbox.New(pac)
app.sandbox = sandbox
app.sandbox.Reset()
}
}
}
Expand Down

0 comments on commit 15fc279

Please sign in to comment.