Changeset 7989d40d
- Timestamp:
- 2010-07-24T14:19:44Z (14 years ago)
- Branches:
- master
- Children:
- 40e6dac
- Parents:
- 03f3828
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/oscar.c
r03f3828 r7989d40d 2510 2510 { 2511 2511 struct oscar_data * od = (struct oscar_data *)ic->proto_data; 2512 struct groupchat *ret = imcb_chat_new(ic, room); 2512 2513 aim_conn_t * cur; 2513 2514 … … 2517 2518 st = aim_chatnav_createroom(od->sess, cur, room, exchange_number); 2518 2519 2519 return NULL;2520 return ret; 2520 2521 } else { 2521 2522 struct create_room * cr = g_new0(struct create_room, 1); … … 2526 2527 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_CHATNAV); 2527 2528 2528 return NULL;2529 return ret; 2529 2530 } 2530 2531 }
Note: See TracChangeset
for help on using the changeset viewer.