Changeset - 7cce6044620b
[Not reviewed]
0 1 0
HanzZ - 14 years ago 2011-08-11 22:55:46
hanzz.k@gmail.com
fixed typo in BlockResponder
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/blockresponder.cpp
Show inline comments
 
@@ -56,7 +56,7 @@ bool BlockResponder::handleSetRequest(const Swift::JID& from, const Swift::JID&
 
	}
 

	
 
	Buddy *buddy = user->getRosterManager()->getBuddy(Buddy::JIDToLegacyName(to));
 
	if (buddy) {
 
	if (!buddy) {
 
		LOG4CXX_WARN(logger, from.toBare().toString() << ": Buddy " << Buddy::JIDToLegacyName(to) << " does not exist");
 
		return true;
 
	}
0 comments (0 inline, 0 general)