Changeset 5580:d64b87bef246 in roaraudio


Ignore:
Timestamp:
07/21/12 20:36:05 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

corrected usage of common protocol interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/clients.c

    r5577 r5580  
    895895     if ( p->lhandle != NULL ) 
    896896      roar_dl_context_store(p->lhandle); 
     897     if ( rv == -1 ) 
     898      rv = clients_delete(id); 
    897899     return rv; 
    898900    } 
     
    947949      if ( p->lhandle != NULL ) 
    948950       roar_dl_context_store(p->lhandle); 
     951      if ( rv == -1 ) 
     952       rv = clients_delete(id); 
    949953      return rv; 
    950954     } 
Note: See TracChangeset for help on using the changeset viewer.