diff libpurple/protocols/oscar/flap_connection.c @ 29327:2e3e0801de29

optimization to the oscar prpl to use less memory, care of Shaun Lindsay at Meebo. I suspect this will save a few kilobytes per AIM or ICQ account.
author Mark Doliner <mark@kingant.net>
date Wed, 03 Feb 2010 00:05:22 +0000
parents 89bece95a522
children 0616027add19
line wrap: on
line diff
--- a/libpurple/protocols/oscar/flap_connection.c	Tue Feb 02 23:44:33 2010 +0000
+++ b/libpurple/protocols/oscar/flap_connection.c	Wed Feb 03 00:05:22 2010 +0000
@@ -120,7 +120,7 @@
 			return rateclass;
 	}
 
-	return NULL;
+	return conn->default_rateclass;
 }
 
 /*