Skip to content

Commit

Permalink
Change default mode to server
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaleb Bozorgzadeh committed Oct 19, 2020
1 parent 93ad8bc commit 5d8d80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scrub/cip/connection_manager.ex
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ defmodule Scrub.CIP.ConnectionManager do
end

defp transport_class_trigger(opts \\ []) do
dir = opts[:dir] || :client
dir = opts[:dir] || :server
trigger = opts[:trigger] || :application_object
transport_class = opts[:transport_class] || 3

Expand Down

0 comments on commit 5d8d80a

Please sign in to comment.