| 69 struct gg_http *h; |
68 struct gg_http *h; |
| 70 ggp_account_token_reqdata *reqdata; |
69 ggp_account_token_reqdata *reqdata; |
| 71 |
70 |
| 72 purple_debug_info("gg", "ggp_account_token_request: " |
71 purple_debug_info("gg", "ggp_account_token_request: " |
| 73 "requesting token...\n"); |
72 "requesting token...\n"); |
| 74 |
|
| 75 if (!ggp_deprecated_setup_proxy(gc)) { |
|
| 76 callback(gc, NULL, user_data); |
|
| 77 return; |
|
| 78 } |
|
| 79 |
73 |
| 80 h = gg_token(TRUE); |
74 h = gg_token(TRUE); |
| 81 |
75 |
| 82 if (!h) { |
76 if (!h) { |
| 83 callback(gc, NULL, user_data); |
77 callback(gc, NULL, user_data); |