freebsd-ports/net-im/gloox/files/patch-src__linklocalclient.cpp
Guido Falsi bd5cee9c84 - Update to 1.0.14
- Add option to use mDNS

PR:		202855
Submitted by:	Ports Fury
2015-09-26 13:04:22 +00:00

11 lines
389 B
C++

--- src/linklocalclient.cpp.orig 2015-08-11 14:37:51 UTC
+++ src/linklocalclient.cpp
@@ -55,7 +55,7 @@ namespace gloox
bool Client::connect( const std::string& service, const std::string& type,
const std::string& domain, int iface )
{
- m_interface = interface;
+ m_interface = iface;
return resolve( service, type, domain );
}