Changeset 6418

Show
Ignore:
Timestamp:
10/02/10 18:03:38 (2 years ago)
Author:
westram
Message:
Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/PROBE/PT_main.cxx

    r6385 r6418  
    373373 
    374374    // all ok -> main "loop" 
    375     printf("ok, server is running.\n"); 
     375    printf("ok, server is running.\n"); // do NOT change or remove! others depend on it  
     376    fflush(stdout); 
    376377    aisc_accept_calls(so); 
    377378    aisc_server_shutdown_and_exit(so, EXIT_SUCCESS); // never returns 
  • trunk/ptpan/PTP_main.cxx

    r6141 r6418  
    537537  /****** all ok: main loop ********/ 
    538538 
    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); 
    540541 
    541542  aisc_accept_calls(pg->pg_ComSocket);