Ignore:
Timestamp:
Jul 11, 2009, 2:19:07 PM (15 years ago)
Author:
katerina
Message:

Fix for potential deadlock when calling external programm (ticket #155).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_port2proc.c

    r206 r235  
    304304  return 0;
    305305}
     306
     307void sh_port2proc_finish()
     308{
     309  /* Delete old socket list
     310   */
     311  del_sock_all();
     312  return;
     313}
     314
    306315
    307316#include <sys/socket.h>
     
    866875}
    867876
     877void sh_port2proc_finish()
     878{
     879  return;
     880}
     881
    868882#else /* !defined(__linux__) && !defined(__FreeBSD__) */
    869883
     
    886900}
    887901
     902void sh_port2proc_finish()
     903{
     904  return;
     905}
    888906#endif
    889907
Note: See TracChangeset for help on using the changeset viewer.