Changeset b6bd99c
- Timestamp:
- 2014-10-27T06:36:09Z (10 years ago)
- Branches:
- master
- Children:
- d2b3f25
- Parents:
- 8256ad5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
dcc.c
r8256ad5 rb6bd99c 385 385 b_event_remove( df->watch_out ); 386 386 387 df->watch_in = 0; 388 387 389 if( df->proto_finished ) 388 390 dcc_finish( ft ); 389 391 390 df->watch_in = 0;391 392 return FALSE; 392 393 } -
lib/ftutil.c
r8256ad5 rb6bd99c 138 138 139 139 /* I hate static-length strings.. */ 140 host[HOST_NAME_MAX ] = '\0';140 host[HOST_NAME_MAX-1] = '\0'; 141 141 port[5] = '\0'; 142 142
Note: See TracChangeset
for help on using the changeset viewer.