Changeset 4473:8999323c97a8 in roaraudio for libroar/auth.c


Ignore:
Timestamp:
10/11/10 00:03:08 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

test for positive auth

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/auth.c

    r4471 r4473  
    144144 
    145145 if ( (ret = roar_req(con, &mes, NULL)) == -1 ) 
     146  return -1; 
     147 
     148 if ( mes.cmd != ROAR_CMD_OK ) 
    146149  return -1; 
    147150 
Note: See TracChangeset for help on using the changeset viewer.