summaryrefslogtreecommitdiffhomepage
path: root/proto-udp/ftnoir_protocol_ftn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'proto-udp/ftnoir_protocol_ftn.cpp')
-rw-r--r--proto-udp/ftnoir_protocol_ftn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-udp/ftnoir_protocol_ftn.cpp b/proto-udp/ftnoir_protocol_ftn.cpp
index a1f445f0..a4a924b1 100644
--- a/proto-udp/ftnoir_protocol_ftn.cpp
+++ b/proto-udp/ftnoir_protocol_ftn.cpp
@@ -31,7 +31,7 @@ void udp::set_dest_address()
(s.ip4.to<unsigned>() & 0xff) << 0 );
}
-module_status udp::check_status()
+module_status udp::initialize()
{
if (outSocket.bind(QHostAddress::Any, 0, QUdpSocket::ShareAddress | QUdpSocket::ReuseAddressHint))
return status_ok();