From eeec90235abe465e9cc49194b55ee2635faf023f Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 24 Nov 2010 14:28:53 +0100 Subject: Bug #635673 - Stack overflow when opening slow calendar --- calendar/common/authentication.c | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar/common/authentication.c') diff --git a/calendar/common/authentication.c b/calendar/common/authentication.c index 0420f1f5b5..286b7d6c46 100644 --- a/calendar/common/authentication.c +++ b/calendar/common/authentication.c @@ -274,6 +274,7 @@ fail: } else if (g_error_matches ( error, E_CALENDAR_ERROR, E_CALENDAR_STATUS_BUSY)) { g_clear_error (&error); + g_usleep (250000); goto try_again; } else { -- cgit v1.2.3