Changeset bf57cd1 for lib/oauth.c


Ignore:
Timestamp:
2011-12-19T00:17:38Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
4be0e34
Parents:
9b0ad7e
Message:

Facebook OAuth2 should now be fully usable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/oauth.c

    r9b0ad7e rbf57cd1  
    134134        GSList *l, *n;
    135135       
     136        if( params == NULL )
     137                return NULL;
     138       
    136139        for( l = *params; l; l = n )
    137140        {
     
    157160        int key_len = strlen( key );
    158161        GSList *l;
     162       
     163        if( params == NULL )
     164                return NULL;
    159165       
    160166        for( l = *params; l; l = l->next )
Note: See TracChangeset for help on using the changeset viewer.