Changeset 3858
- Timestamp:
- 03/02/06 19:10:29 (3 years ago)
- Files:
-
- wired/trunk/wired/server.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wired/trunk/wired/server.c
r3850 r3858 288 288 pool = wi_pool_init(wi_pool_alloc()); 289 289 290 ip = NULL;291 292 290 /* accept new client */ 293 291 socket = wi_socket_accept_multiple(wd_control_sockets, wd_control_socket_context, 30.0, &address); … … 344 342 pool = wi_pool_init(wi_pool_alloc()); 345 343 346 ip = NULL;347 transfer = NULL;348 string = NULL;349 command = NULL;350 arguments = NULL;351 352 344 /* accept new connection */ 353 345 socket = wi_socket_accept_multiple(wd_transfer_sockets, wd_transfer_socket_context, 30.0, &address);
