Changeset fd73022
- Timestamp:
- 2011-02-24T19:15:44Z (14 years ago)
- Branches:
- master
- Children:
- 79ec314
- Parents:
- bb8d7d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bitlbee.c
rbb8d7d1 rfd73022 87 87 hints.ai_flags = AI_PASSIVE 88 88 #ifdef AI_ADDRCONFIG 89 | AI_ADDRCONFIG 89 /* Disabled as it may be doing more harm than good: this flag 90 ignores IPv6 addresses on lo (which seems reasonable), but 91 the result is that some clients (including irssi) try to 92 connect to ::1 and fail. 93 | AI_ADDRCONFIG */ 90 94 #endif 91 95 ;
Note: See TracChangeset
for help on using the changeset viewer.