Changeset 13995 for trunk/FACT++/dim/src/dis.c
- Timestamp:
- 05/31/12 10:03:22 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/dim/src/dis.c
r13339 r13995 1560 1560 dis_packet->service_id = htovl(service_id); 1561 1561 dis_packet->size = htovl(DIS_HEADER); 1562 /* 1562 1563 if( !dna_write_nowait(reqp->conn_id, dis_packet, DIS_HEADER) ) 1564 Has to be dna_write otherwise the client gets the message much before the DNS 1565 */ 1566 if( !dna_write(reqp->conn_id, dis_packet, DIS_HEADER) ) 1563 1567 { 1564 1568 dim_print_date_time(); … … 2620 2624 } 2621 2625 } 2626 /* The client should close the connection (there may be commands) 2622 2627 if( dll_empty((DLL *)clip->requestp_head) ) 2623 2628 { 2624 2629 release_conn( conn_id, 0, 0 ); 2625 2630 } 2631 */ 2626 2632 } 2627 2633 ENABLE_AST
Note:
See TracChangeset
for help on using the changeset viewer.