diff options
Diffstat (limited to 'camel/camel-provider.c')
-rw-r--r-- | camel/camel-provider.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-provider.c b/camel/camel-provider.c index 79b9dfd97d..29c8917faa 100644 --- a/camel/camel-provider.c +++ b/camel/camel-provider.c @@ -176,7 +176,7 @@ camel_provider_get_for_protocol (const gchar *protocol, ProviderType type) if (protocol_is_found) provider_is_found = (current_provider->provider_type == type); - g_list_next (current_provider_node); + current_provider_node = current_provider_node->next; } if (provider_is_found) return current_provider; |