From 4be0e3458a001a1c2eb3dd0074d7fd65260f2e6f Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Mon, 19 Dec 2011 01:41:40 +0100 Subject: Give a list of SASL mechanisms supported by a server when reporting we don't support any of them. --- lib/oauth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/oauth.c') diff --git a/lib/oauth.c b/lib/oauth.c index 23353c61..4d7acd97 100644 --- a/lib/oauth.c +++ b/lib/oauth.c @@ -134,7 +134,7 @@ void oauth_params_del( GSList **params, const char *key ) GSList *l, *n; if( params == NULL ) - return NULL; + return; for( l = *params; l; l = n ) { -- cgit v1.2.3