diff options
Diffstat (limited to 'calendar/module/e-memo-shell-migrate.c')
-rw-r--r-- | calendar/module/e-memo-shell-migrate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/module/e-memo-shell-migrate.c b/calendar/module/e-memo-shell-migrate.c index ccda6665d3..5a161cf634 100644 --- a/calendar/module/e-memo-shell-migrate.c +++ b/calendar/module/e-memo-shell-migrate.c @@ -159,7 +159,7 @@ add_gw_esource (ESourceList *source_list, const gchar *group_name, const gchar return; soap_port = camel_url_get_param (url, "soap_port"); - if (!soap_port || strlen (soap_port) == 0) + if (!soap_port || strlen (soap_port) == 0) soap_port = "7191"; use_ssl = camel_url_get_param (url, "use_ssl"); |