Ignore:
Timestamp:
07/28/11 16:32:34 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Started to use compiler attributes (Also see: #130)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarinterconnect.c

    r4928 r5109  
    501501 } 
    502502 
    503  if ( roar_stream_connect(con, stream, localdir) == -1 ) { 
     503 if ( roar_stream_connect2(con, stream, localdir, -1) == -1 ) { 
    504504  roar_disconnect(con); 
    505505  return 22; 
Note: See TracChangeset for help on using the changeset viewer.