ports/net-im/gloox/files/patch-src__linklocalmanager.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
474 B
C++

--- src/linklocalmanager.cpp.orig 2015-08-11 14:37:51 UTC
+++ src/linklocalmanager.cpp
@@ -197,7 +197,7 @@ namespace gloox
void Manager::handleBrowse( Flag flag, const std::string& service, const std::string& regtype, const std::string& domain, int iface, bool moreComing )
{
- Service s( flag, service, regtype, domain, interface );
+ Service s( flag, service, regtype, domain, iface );
m_tmpServices.push_back( s );
// switch( flag )