Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/oauth2.c

    r7a80925 re76cf26  
    154154                              strstr( content_type, "text/javascript" ) ) )
    155155        {
    156                 json_value *js = json_parse( req->reply_body, req->body_size );
     156                json_value *js = json_parse( req->reply_body );
    157157                if( js && js->type == json_object )
    158158                {
Note: See TracChangeset for help on using the changeset viewer.