# HG changeset patch # User Paul Aurich # Date 1257498961 0 # Node ID 46fd79aa46c5326f14ac44b2931ace98ca983d5c # Parent 96ba7fd2417769eb671426e6471de82cf59c7af3 jabber: If it should never happen, we certainly should never keep going in the function! diff -r 96ba7fd24177 -r 46fd79aa46c5 libpurple/protocols/jabber/auth.c --- a/libpurple/protocols/jabber/auth.c Fri Nov 06 09:13:28 2009 +0000 +++ b/libpurple/protocols/jabber/auth.c Fri Nov 06 09:16:01 2009 +0000 @@ -1071,6 +1071,7 @@ purple_connection_error_reason(js->gc, PURPLE_CONNECTION_ERROR_NETWORK_ERROR, _("Invalid response from server")); + g_return_val_if_reached(); } } /* If we've negotiated a security layer, we need to enable it */