| 20118:74e2e96a2853 | 20119:b1896729e970 |
|---|---|
| 51 servconn->num = session->servconns_count++; | 51 servconn->num = session->servconns_count++; |
| 52 | 52 |
| 53 servconn->tx_buf = purple_circ_buffer_new(MSN_BUF_LEN); | 53 servconn->tx_buf = purple_circ_buffer_new(MSN_BUF_LEN); |
| 54 servconn->tx_handler = 0; | 54 servconn->tx_handler = 0; |
| 55 | 55 |
| 56 serconn->fd = -1; | |
| 57 | |
| 56 return servconn; | 58 return servconn; |
| 57 } | 59 } |
| 58 | 60 |
| 59 void | 61 void |
| 60 msn_servconn_destroy(MsnServConn *servconn) | 62 msn_servconn_destroy(MsnServConn *servconn) |