libpurple/protocols/gg/oauth/oauth-purple.c

changeset 39913
ce96d4639dc7
parent 36068
e9b9320a985a
child 40012
d76cbf47c896
--- a/libpurple/protocols/gg/oauth/oauth-purple.c	Wed Oct 02 03:43:56 2019 -0400
+++ b/libpurple/protocols/gg/oauth/oauth-purple.c	Wed Oct 02 06:21:41 2019 -0400
@@ -79,8 +79,6 @@
 	const char *url = "http://api.gadu-gadu.pl/request_token";
 	ggp_oauth_data *data;
 
-	g_return_if_fail((method == NULL) == (url == NULL));
-
 	purple_debug_misc("gg", "ggp_oauth_request: requesting token...\n");
 
 	auth = gg_oauth_generate_header(method, url,

mercurial