diff options
Diffstat (limited to 'cpp/src/Ice/ConnectionI.cpp')
-rw-r--r-- | cpp/src/Ice/ConnectionI.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/src/Ice/ConnectionI.cpp b/cpp/src/Ice/ConnectionI.cpp index 84156e8662a..2a393793093 100644 --- a/cpp/src/Ice/ConnectionI.cpp +++ b/cpp/src/Ice/ConnectionI.cpp @@ -447,9 +447,7 @@ Ice::ConnectionI::waitUntilFinished() _thread = 0; // - // Clear the OA. See - // http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1673 for - // the details of why this is necessary. + // Clear the OA. See bug 1673 for the details of why this is necessary. // _adapter = 0; } |