summaryrefslogtreecommitdiff
path: root/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-01-19 17:55:54 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-01-19 17:55:54 +0000
commit2d37d3012b6e22192f8d1f8833f6c666f143dd9d (patch)
tree1dcdaafed03a0a5b4daf1a85a256c122aa2a7307 /netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp
parent83a1588b4ba3b1768aaa3dd9ef56e82883f59dc4 (diff)
downloadATCD-2d37d3012b6e22192f8d1f8833f6c666f143dd9d.tar.gz
return 0 instead of 42
Diffstat (limited to 'netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp')
-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 443f1a672ca..14b485f02fc 100644
--- a/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp
+++ b/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp
@@ -331,7 +331,7 @@ main (int argc, char* argv[])
mutex_test ();
ACE_DEBUG ((LM_DEBUG, "test exiting.\n"));
- return 42;
+ return 0;
}
#else
int