summaryrefslogtreecommitdiff
path: root/TAO/utils
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-06 12:18:16 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-06 12:18:16 +0000
commit90c3d3fb811e19e86a51711d12b83a4b30456ab6 (patch)
tree329569c291d7c0d3ef92399272866e8b04f68a67 /TAO/utils
parentdd8070c8edb23cfe9933f49e1ccc48ef4deec976 (diff)
downloadATCD-90c3d3fb811e19e86a51711d12b83a4b30456ab6.tar.gz
ChangeLogTag:Fri Aug 6 12:16:35 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/utils')
-rw-r--r--TAO/utils/nslist/nslist.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/utils/nslist/nslist.cpp b/TAO/utils/nslist/nslist.cpp
index 5f082199fee..4b6a759c464 100644
--- a/TAO/utils/nslist/nslist.cpp
+++ b/TAO/utils/nslist/nslist.cpp
@@ -53,6 +53,11 @@ get_tag_name (CORBA::ULong tag, ACE_CString& tag_string)
static void
display_endpoint_info (CORBA::Object_ptr obj)
{
+ if ( obj == CORBA::Object::_nil ())
+ {
+ ACE_DEBUG ((LM_DEBUG, "Nil\n"));
+ return;
+ }
TAO_Stub *stub = obj->_stubobj ();
if (!stub)