- Timestamp:
- 2016-12-31T20:40:09Z (8 years ago)
- Branches:
- master
- Children:
- 188b75e, 8768f67
- Parents:
- 7801298
- git-author:
- Jelmer Vernooij <jelmer@…> (28-12-16 13:50:14)
- git-committer:
- dx <dx@…> (31-12-16 20:40:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/s5bytestream.c
r7801298 r2e8523b 888 888 char *proxy, *next, *errmsg = NULL; 889 889 char port[6]; 890 char host[ HOST_NAME_MAX+ 1];890 char host[NI_MAXHOST + 1]; 891 891 jabber_streamhost_t *sh, *sh2; 892 892 GSList *streamhosts = jd->streamhosts;
Note: See TracChangeset
for help on using the changeset viewer.