mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
11 lines
474 B
C++
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 )
|