Changeset 548:bf2791966e7b in roaraudio for libroar/socket.c


Ignore:
Timestamp:
08/18/08 18:07:02 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

--no-listen now impleys --terminate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/socket.c

    r536 r548  
    454454  snprintf(fhstr, 7, "%i", socks[1]); 
    455455 
    456   execlp("roard", "roard", "--terminate", "--no-listen", "--client-fh", fhstr, NULL); 
     456  execlp("roard", "roard", "--no-listen", "--client-fh", fhstr, NULL); 
    457457 
    458458  // we are still alive? 
Note: See TracChangeset for help on using the changeset viewer.