Skip to content

Commit

Permalink
Fix sa1
Browse files Browse the repository at this point in the history
  • Loading branch information
o3o committed Jun 11, 2019
1 parent b2d5b2e commit e684d6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dfins/fins.d
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ in {
do {
import dfins.channel : IChannel, createUdpChannel;

IChannel chan = createUdpChannel(ip, timeout, port, srcNodeNumber);
Header h = header(ip.getSubnet);
IChannel chan = createUdpChannel(ip, timeout, port);
Header h = header(ip.getSubnet, srcNodeNumber);
return new FinsClient(chan, h);
}

0 comments on commit e684d6b

Please sign in to comment.