Changeset - daf9143bf260
[Not reviewed]
0 1 0
Dominik - 13 years ago 2012-01-27 18:41:47
meyerd@mytum.de
- forgot to disable logging
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/userregistration.cpp
Show inline comments
 
@@ -360,13 +360,13 @@ bool UserRegistration::handleSetRequest(const Swift::JID& from, const Swift::JID
 
			sendResponse(from, id, InBandRegistrationPayload::ref());
 
			return true
 
		} else */ if (local_username == "" || local_password == "") {
 
			sendResponse(from, id, InBandRegistrationPayload::ref());
 
			return true;
 
		} 
 
		Swift::logging = true;
 
//		Swift::logging = true;
 
		bool validLocal = false;
 
		std::string localLookupServer = CONFIG_STRING(m_config, "registration.local_account_server");
 
		std::string localLookupJID = local_username + std::string("@") + localLookupServer;
 
		SimpleEventLoop localLookupEventLoop;
 
		BoostNetworkFactories localLookupNetworkFactories(&localLookupEventLoop);
 
		Client localLookupClient(localLookupJID, local_password, &localLookupNetworkFactories);
0 comments (0 inline, 0 general)