- Timestamp:
- 2015-05-07T23:12:06Z (10 years ago)
- Branches:
- master
- Children:
- 088b070
- Parents:
- 81a15da
- git-author:
- dequis <dx@…> (07-05-15 23:04:47)
- git-committer:
- dequis <dx@…> (07-05-15 23:12:06)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/oauth2.c
r81a15da r5535a47 140 140 struct oauth2_access_token_data *cb_data = req->data; 141 141 char *atoken = NULL, *rtoken = NULL, *error = NULL; 142 char *content_type ;142 char *content_type = NULL; 143 143 144 if (getenv("BITLBEE_DEBUG") && req->reply_body) { 144 if (req->status_code <= 0 && !req->reply_body) { 145 cb_data->func(cb_data->data, NULL, NULL, req->status_string); 146 g_free(cb_data); 147 return; 148 } 149 150 if (getenv("BITLBEE_DEBUG")) { 145 151 printf("%s\n", req->reply_body); 146 152 }
Note: See TracChangeset
for help on using the changeset viewer.