summaryrefslogtreecommitdiff
path: root/ace/SOCK_Dgram.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SOCK_Dgram.cpp')
-rw-r--r--ace/SOCK_Dgram.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/SOCK_Dgram.cpp b/ace/SOCK_Dgram.cpp
index aebde901821..14d3ab3f748 100644
--- a/ace/SOCK_Dgram.cpp
+++ b/ace/SOCK_Dgram.cpp
@@ -545,5 +545,5 @@ ACE_SOCK_Dgram::set_nic (const char *option_value)
return this->ACE_SOCK::set_option (IPPROTO_IP,
IP_MULTICAST_IF,
&multicast_address.imr_interface.s_addr,
- c sizeof (struct in_addr));
+ sizeof (struct in_addr));
}