summaryrefslogtreecommitdiff
path: root/TAO/tao/SystemException.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-12-22 19:30:45 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-12-22 19:30:45 +0000
commite340d048f0e63095e6b877b3e97e918a5b1b0cef (patch)
tree2d492d0cd29bbf0e2d2c74a0233c4218938ea4f6 /TAO/tao/SystemException.cpp
parent3a4d33ffefc764ec5284a8260a6d7a263287f062 (diff)
downloadATCD-e340d048f0e63095e6b877b3e97e918a5b1b0cef.tar.gz
Mon Dec 22 16:05:46 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/SystemException.cpp')
-rw-r--r--TAO/tao/SystemException.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/SystemException.cpp b/TAO/tao/SystemException.cpp
index af2752df425..e1a56457208 100644
--- a/TAO/tao/SystemException.cpp
+++ b/TAO/tao/SystemException.cpp
@@ -813,7 +813,7 @@ CORBA::SystemException::_tao_get_omg_exception_description (
CORBA::TIMEOUT const * timeout_exception =
dynamic_cast <const CORBA::TIMEOUT *> (&exc);
- if (intf_repos_exception != 0
+ if (timeout_exception != 0
&& minor_code < sizeof TIMEOUT_TABLE / sizeof (char *))
return TIMEOUT_TABLE[minor_code];