diff options
Diffstat (limited to 'ACE/tests/Bug_2497_Regression_Test.cpp')
-rw-r--r-- | ACE/tests/Bug_2497_Regression_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Bug_2497_Regression_Test.cpp b/ACE/tests/Bug_2497_Regression_Test.cpp index 2cd1a92e66c..d32c96d1660 100644 --- a/ACE/tests/Bug_2497_Regression_Test.cpp +++ b/ACE/tests/Bug_2497_Regression_Test.cpp @@ -47,7 +47,7 @@ public: this->open( ACE_TEXT("Test module"), &_writerTask, &_readerTask, - NULL, + 0, M_DELETE_NONE ); } |