Skip to content

Commit

Permalink
Merge branch 'pr-68'
Browse files Browse the repository at this point in the history
  • Loading branch information
NewEraCracker committed Oct 1, 2017
2 parents dc1b36e + 499dc52 commit 5b9b45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ private void Attack(bool toggle, bool on, bool silent = false)

bResp = chkWaitReply.Checked;

if (protocol == Protocol.slowLOIC || protocol == Protocol.ReCoil)
if (protocol == Protocol.slowLOIC || protocol == Protocol.ReCoil || protocol == Protocol.ICMP)
{
if (!int.TryParse(txtSLSpT.Text, out iSockspThread) || iSockspThread < 1)
throw new Exception("A number is fine too!");
Expand Down

0 comments on commit 5b9b45c

Please sign in to comment.