Changeset 1992
- Timestamp:
- 04/15/08 06:51:30 (9 months ago)
- Files:
-
- trunk/libwzd-core/wzd_data.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libwzd-core/wzd_data.c
r1966 r1992 98 98 int get_pasv_port(net_family_t family, wzd_context_t * context) 99 99 { 100 int ret ;100 int ret = -1; 101 101 socket_t sock; 102 102 unsigned int port, count; … … 185 185 } 186 186 187 if ( count == 0 &&ret < 0) {187 if (ret < 0) { 188 188 out_log(LEVEL_HIGH,"Could not bind to any port in the PASV range\n"); 189 189 socket_close(sock);
