--- a/src/protocols/oscar/auth.c Sun Apr 24 21:28:39 2005 +0000 +++ b/src/protocols/oscar/auth.c Mon Apr 25 00:31:24 2005 +0000 @@ -266,13 +266,11 @@ aim_tlvlist_add_raw(&tl, 0x000f, strlen(ci->lang), ci->lang); aim_tlvlist_add_raw(&tl, 0x000e, strlen(ci->country), ci->country); -#ifndef NOSSI /* * If set, old-fashioned buddy lists will not work. You will need * to use SSI. */ aim_tlvlist_add_8(&tl, 0x004a, 0x01); -#endif aim_tlvlist_write(&fr->data, &tl);