diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-06-05 21:56:30 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-06-05 21:56:30 +0000 |
commit | 8bae72d369786282c2f5d2121a60c5f4c87c544d (patch) | |
tree | c62d75e77f7109b9e7d23e7fa07720f324530ffa /ace/Select_Reactor_T.cpp | |
parent | 9945723d3352d56ac388d52e8cf3e568445cc44c (diff) | |
download | ATCD-8bae72d369786282c2f5d2121a60c5f4c87c544d.tar.gz |
ChangeLogTag:Mon Jun 5 14:54:46 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/Select_Reactor_T.cpp')
-rw-r--r-- | ace/Select_Reactor_T.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/Select_Reactor_T.cpp b/ace/Select_Reactor_T.cpp index 97081b55298..3e25140141d 100644 --- a/ace/Select_Reactor_T.cpp +++ b/ace/Select_Reactor_T.cpp @@ -521,8 +521,9 @@ ACE_Select_Reactor_T<ACE_SELECT_REACTOR_TOKEN>::ACE_Select_Reactor_T // determine the size at run-time by checking the process file // descriptor limit on platforms that support this feature. - // Deallocate resources from previous open() call. - (void) this->close (); + // There is no need to deallocate resources from previous open() + // call since the open() method deallocates any resources prior + // to exiting if an error was encountered. // Set the default reactor size to be the current limit on the // number of file descriptors available to the process. This |