- Timestamp:
- 10/02/06 00:56:39 (6 years ago)
- File:
-
- 1 edited
-
branches/ithildin-1.1/source/socket.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ithildin-1.1/source/socket.c
r778 r779 1017 1017 1018 1018 #ifdef INET6 1019 if ((s = strchr(addr, ':') != NULL) && strchr(s + 1, ':') != NULL) { 1019 s = strchr(addr, ':'); 1020 if (s != NULL && strchr(s + 1, ':') != NULL) { 1020 1021 /* either IPv6 or nothing, let's see */ 1021 1022 if (inet_pton(PF_INET6, addr, buf) == 1)
Note: See TracChangeset
for help on using the changeset viewer.
