libpurple/protocols/gg/lib/events.c

branch
release-2.x.y
changeset 36284
20467cdcdbdd
parent 35685
703d7d7bdf60
child 36293
6af7f9a6859f
child 38259
c593fc9f5438
equal deleted inserted replaced
36283:e7949b2aa31a 36284:20467cdcdbdd
969 969
970 static gg_action_t gg_handle_reading_hub_proxy(struct gg_session *sess, 970 static gg_action_t gg_handle_reading_hub_proxy(struct gg_session *sess,
971 struct gg_event *e, enum gg_state_t next_state, 971 struct gg_event *e, enum gg_state_t next_state,
972 enum gg_state_t alt_state, enum gg_state_t alt2_state) 972 enum gg_state_t alt_state, enum gg_state_t alt2_state)
973 { 973 {
974 char buf[1024], *tmp, host[128]; 974 char buf[1024], *tmp, host[129];
975 int port = GG_DEFAULT_PORT; 975 int port = GG_DEFAULT_PORT;
976 int reply; 976 int reply;
977 const char *body; 977 const char *body;
978 struct in_addr addr; 978 struct in_addr addr;
979 int res; 979 int res;

mercurial