- Timestamp:
- 2010-03-17T23:23:27Z (15 years ago)
- Branches:
- master
- Children:
- c1a3c27
- Parents:
- e8c8d00
- Location:
- protocols
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/s5bytestream.c
re8c8d00 r60e4df3 890 890 char *proxy, *next, *errmsg = NULL; 891 891 char port[6]; 892 char host[ INET6_ADDRSTRLEN];892 char host[HOST_NAME_MAX+1]; 893 893 jabber_streamhost_t *sh, *sh2; 894 894 GSList *streamhosts = jd->streamhosts; -
protocols/msn/invitation.c
re8c8d00 r60e4df3 219 219 char buf[1024]; 220 220 unsigned int acookie = time ( NULL ); 221 char host[ INET6_ADDRSTRLEN];221 char host[HOST_NAME_MAX+1]; 222 222 char port[6]; 223 223 char *errmsg;
Note: See TracChangeset
for help on using the changeset viewer.