Changeset 5146:716400712348 in roaraudio for roard/auth.c


Ignore:
Timestamp:
10/15/11 12:48:07 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Moved error frame handling into proto functions (pr0)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/auth.c

    r4745 r5146  
    127127 for (i = 0; i < AUTH_KEYRING_LEN; i++) { 
    128128  if ( (key = &(g_auth_keyring[i]))->type == authmes->type ) { 
    129     ret = -1; 
     129   ROAR_DBG("auth_client_ckeck(cs=%p, authmes=%p, next=%p{%i}): key=%p{.type=%i, ...}", cs, authmes, next, *next, key, key->type); 
     130   ret = -1; 
    130131   switch (key->type) { 
    131132    case ROAR_AUTH_T_NONE: 
Note: See TracChangeset for help on using the changeset viewer.