Skip to content

Commit

Permalink
Fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
albertogeniola committed May 11, 2017
1 parent 369e5c1 commit 642236a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InstallerAnalyzer1.1/InstallerAnalyzer1.1/LogicThread.cs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ private Job AcquireWork()
fs.Dispose();

// File received. Let the HostController we are now waiting for START MESSAGE
ResponseGetWorkStartAnalysis rr = new ResponseGetWorkStartAnalysis();
RequestGetWorkFileReceived rr = new RequestGetWorkFileReceived();
_send_message(ns, JsonConvert.SerializeObject(rr));

Console.WriteLine("File received. Waiting for start signal from server...");
Expand Down

0 comments on commit 642236a

Please sign in to comment.