Changeset 199:6cb095cfd3d2 in roaraudio


Ignore:
Timestamp:
07/20/08 21:48:03 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

don't close input stream as it may be an execed one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter_cmd.c

    r198 r199  
    1515  return -1; 
    1616 
    17  close(((struct roar_stream*)info)->fh); 
     17// we can't close the stream in case this is an execed stream of some client. 
     18// close(((struct roar_stream*)info)->fh); 
    1819 ((struct roar_stream*)info)->fh = socks[0]; 
    1920 ((struct roar_stream*)info)->info.codec = ROAR_CODEC_DEFAULT; 
Note: See TracChangeset for help on using the changeset viewer.