summaryrefslogtreecommitdiff
path: root/qpid/dotnet/Qpid.Client.Tests/requestreply1/ServiceRequestingClient.cs
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/dotnet/Qpid.Client.Tests/requestreply1/ServiceRequestingClient.cs')
-rw-r--r--qpid/dotnet/Qpid.Client.Tests/requestreply1/ServiceRequestingClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/dotnet/Qpid.Client.Tests/requestreply1/ServiceRequestingClient.cs b/qpid/dotnet/Qpid.Client.Tests/requestreply1/ServiceRequestingClient.cs
index 68eee90b64..4479d767ea 100644
--- a/qpid/dotnet/Qpid.Client.Tests/requestreply1/ServiceRequestingClient.cs
+++ b/qpid/dotnet/Qpid.Client.Tests/requestreply1/ServiceRequestingClient.cs
@@ -40,7 +40,7 @@ namespace Qpid.Client.Tests
private int _expectedMessageCount = NUM_MESSAGES;
- private long _startTime;
+ private long _startTime = 0;
private string _commandQueueName = "ServiceQ1";