Changeset 46af107
- Timestamp:
- 2007-02-18T17:34:19Z (18 years ago)
- Branches:
- master
- Children:
- 8de63c3
- Parents:
- f959495
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bitlbee.c
rf959495 r46af107 69 69 70 70 #ifdef IPV6 71 memset( &listen_addr6, 0, sizeof( listen_addr6 ) ); 71 72 listen_addr6.sin6_family = AF_INET6; 72 73 listen_addr6.sin6_port = htons( global.conf->port ); … … 76 77 use_ipv6 = 0; 77 78 #endif 79 memset( &listen_addr, 0, sizeof( listen_addr ) ); 78 80 listen_addr.sin_family = AF_INET; 79 81 listen_addr.sin_port = htons( global.conf->port );
Note: See TracChangeset
for help on using the changeset viewer.