summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/examples/Hello/descriptors/run_5_to_5.pl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-12-31 12:53:03 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-12-31 12:53:03 +0000
commit4644e7b795fed23835fe9b8405ecefb8b0457aac (patch)
tree09a116f444677dfbc155e4eab7d3b3a1cca095c8 /CIAO/connectors/dds4ccm/examples/Hello/descriptors/run_5_to_5.pl
parent33610e568704c7631e4d1d6e0d278a57d997fa77 (diff)
downloadATCD-4644e7b795fed23835fe9b8405ecefb8b0457aac.tar.gz
Diffstat (limited to 'CIAO/connectors/dds4ccm/examples/Hello/descriptors/run_5_to_5.pl')
-rwxr-xr-xCIAO/connectors/dds4ccm/examples/Hello/descriptors/run_5_to_5.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/connectors/dds4ccm/examples/Hello/descriptors/run_5_to_5.pl b/CIAO/connectors/dds4ccm/examples/Hello/descriptors/run_5_to_5.pl
index f5831077d1c..a33aa440a7c 100755
--- a/CIAO/connectors/dds4ccm/examples/Hello/descriptors/run_5_to_5.pl
+++ b/CIAO/connectors/dds4ccm/examples/Hello/descriptors/run_5_to_5.pl
@@ -143,7 +143,7 @@ $NS = $tg_naming->CreateProcess ("$TAO_ROOT/orbsvcs/Naming_Service/Naming_Servic
$ns_status = $NS->Spawn ();
-if ($status != 0) {
+if ($ns_status != 0) {
print STDERR "ERROR: Unable to execute the naming service\n";
kill_open_processes ();
exit 1;