summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp b/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp
index 14b485f02fc..d4fd092def1 100644
--- a/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp
+++ b/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp
@@ -112,7 +112,7 @@ run_writer (void *vp)
for (int x = 0; x < iterations; x++)
{
// Cycle through each of the first three tokens.
- ACE_Token_Proxy *t;
+ ACE_Token_Proxy *t = 0;
switch (acquire_number)
{
case 0: