- Timestamp:
- 2010-08-11T08:53:58Z (14 years ago)
- Branches:
- master
- Children:
- 2b02617
- Parents:
- ffdf2e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.c
rffdf2e7 r72176c1 96 96 struct im_connection *ic = imcb_new( acc ); 97 97 struct jabber_data *jd = g_new0( struct jabber_data, 1 ); 98 struct ns_srv_reply **srvl = NULL, *srv ;98 struct ns_srv_reply **srvl = NULL, *srv = NULL; 99 99 char *connect_to, *s; 100 100 int i;
Note: See TracChangeset
for help on using the changeset viewer.