Changeset 7615726


Ignore:
Timestamp:
2012-01-04T00:01:51Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
ac36463
Parents:
59c03bd
Message:

Fixing one compiler warning that shouldn't indicate any real problem (only
causes unpredictable behaviour on wrongly formatted JSON input).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/oauth2.c

    r59c03bd r7615726  
    144144static char *oauth2_json_dumb_get( const char *json, const char *key )
    145145{
    146         int is_key; /* 1 == reading key, 0 == reading value */
     146        int is_key = 0; /* 1 == reading key, 0 == reading value */
    147147        int found_key = 0;
    148148               
Note: See TracChangeset for help on using the changeset viewer.