--- 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);