src/protocols/oscar/conn.c

changeset 7474
757569d68123
parent 7466
1dd3ed07bc24
child 8735
01248ea222d3
--- a/src/protocols/oscar/conn.c	Tue Nov 11 05:41:44 2003 +0000
+++ b/src/protocols/oscar/conn.c	Tue Nov 11 05:57:24 2003 +0000
@@ -900,7 +900,7 @@
 	 * Register all the modules for this session...
 	 */
 	aim__registermodule(sess, misc_modfirst); /* load the catch-all first */
-	aim__registermodule(sess, general_modfirst);
+	aim__registermodule(sess, service_modfirst);
 	aim__registermodule(sess, locate_modfirst);
 	aim__registermodule(sess, buddylist_modfirst);
 	aim__registermodule(sess, msg_modfirst);

mercurial