changeset 27096:335d737c396e

Re-fix initial account registration. It looks like this was reverted accidentally in a propagate.
author Paul Aurich <paul@darkrain42.org>
date Wed, 03 Jun 2009 16:34:25 +0000
parents f2ca52166a0d
children e696a0740a85
files libpurple/protocols/jabber/jabber.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c	Wed Jun 03 15:50:08 2009 +0000
+++ b/libpurple/protocols/jabber/jabber.c	Wed Jun 03 16:34:25 2009 +0000
@@ -1124,10 +1124,6 @@
 	if (type != JABBER_IQ_RESULT)
 		return;
 
-	if (!from)
-		from = js->serverFQDN;
-	g_return_if_fail(from != NULL);
-
 	if(js->registration) {
 		/* get rid of the login thingy */
 		purple_connection_set_state(js->gc, PURPLE_CONNECTED);