summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-02-19 16:19:06 +0000
committerboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-02-19 16:19:06 +0000
commit67f61a1244ebb32e1297581e89d639876e133e07 (patch)
treecd6be7c68654366c4d516d0e10c91bbcaae4061b /examples
parentf495bbfe2775296bf786b1bc500e5f120a6cfa92 (diff)
downloadATCD-67f61a1244ebb32e1297581e89d639876e133e07.tar.gz
ChangeLogTag: Sat Feb 19 10:32:29 2005 Boris Kolpackov <boris@kolpackov.net>
Diffstat (limited to 'examples')
-rw-r--r--examples/RMCast/Send_Msg/Receiver.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/RMCast/Send_Msg/Receiver.cpp b/examples/RMCast/Send_Msg/Receiver.cpp
index dd7231cc795..dd8b54676a6 100644
--- a/examples/RMCast/Send_Msg/Receiver.cpp
+++ b/examples/RMCast/Send_Msg/Receiver.cpp
@@ -124,9 +124,12 @@ ACE_TMAIN (int argc, ACE_TCHAR* argv[])
if (total != lost_count) cerr << "trouble" << endl;
+ return 0;
}
catch (args const&)
{
cerr << "usage: " << argv[0] << " <IPv4 Multicast Address>" << endl;
}
+
+ return 1;
}