summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-16 17:00:52 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-16 17:00:52 +0000
commit8dbffcb6b79522319c1a6645a50b85a3d9f4d9f0 (patch)
tree373ea884cc808143445c97104a602e1753eecb79
parent55b4896c962de01ca5a3733c90dceaf4fa72087d (diff)
downloadATCD-8dbffcb6b79522319c1a6645a50b85a3d9f4d9f0.tar.gz
Changed a -1 to ACE_INVALID_HANDLE.
-rw-r--r--ace/SOCK_Dgram_Mcast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/SOCK_Dgram_Mcast.cpp b/ace/SOCK_Dgram_Mcast.cpp
index 70a7cf34358..05ee72132c3 100644
--- a/ace/SOCK_Dgram_Mcast.cpp
+++ b/ace/SOCK_Dgram_Mcast.cpp
@@ -185,7 +185,7 @@ ACE_SOCK_Dgram_Mcast::subscribe (const ACE_INET_Addr &mcast_addr,
net_if,
protocol_family,
protocol) == -1)
- return -1;
+ return ACE_INVALID_HANDLE;
// Tell network device driver to read datagrams with a
// <mcast_request_if_> IP interface.