Changeset 6419 for branches/stable_5.0
- Timestamp:
- 10/02/10 18:06:25 (2 years ago)
- Location:
- branches/stable_5.0
- Files:
-
- 2 modified
-
PROBE/PT_main.cxx (modified) (1 diff)
-
ptpan/PTP_main.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable_5.0/PROBE/PT_main.cxx
r6118 r6419 365 365 PT_init_map(); 366 366 367 printf("ok, server is running.\n"); 367 printf("ok, server is running.\n"); // do NOT change or remove! others depend on it 368 fflush(stdout); 368 369 aisc_accept_calls(so); 369 370 aisc_server_shutdown_and_exit(so, EXIT_SUCCESS); // never returns -
branches/stable_5.0/ptpan/PTP_main.cxx
r5908 r6419 537 537 /****** all ok: main loop ********/ 538 538 539 printf("ok, server is running.\n"); 539 printf("ok, server is running.\n"); // do NOT change or remove! others depend on it 540 fflush(stdout); 540 541 541 542 aisc_accept_calls(pg->pg_ComSocket);
