aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-03-12 22:13:55 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-03-12 22:13:55 +0800
commit43f9ea965702fcc07c9d18918002b83cd25dfb61 (patch)
tree3c95e0c8df850a11cd4540da06729ef5f09a2ef0 /modules
parentb1b884763ee8bc7ce42f44d5a4f7f9ee1fec0555 (diff)
downloadgsoc2013-evolution-43f9ea965702fcc07c9d18918002b83cd25dfb61.tar
gsoc2013-evolution-43f9ea965702fcc07c9d18918002b83cd25dfb61.tar.gz
gsoc2013-evolution-43f9ea965702fcc07c9d18918002b83cd25dfb61.tar.bz2
gsoc2013-evolution-43f9ea965702fcc07c9d18918002b83cd25dfb61.tar.lz
gsoc2013-evolution-43f9ea965702fcc07c9d18918002b83cd25dfb61.tar.xz
gsoc2013-evolution-43f9ea965702fcc07c9d18918002b83cd25dfb61.tar.zst
gsoc2013-evolution-43f9ea965702fcc07c9d18918002b83cd25dfb61.zip
e-mail-config-smtp-backend.c: Forgot a 'return' statement.
Diffstat (limited to 'modules')
-rw-r--r--modules/mail-config/e-mail-config-smtp-backend.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mail-config/e-mail-config-smtp-backend.c b/modules/mail-config/e-mail-config-smtp-backend.c
index c78c0176d9..0b823f9eca 100644
--- a/modules/mail-config/e-mail-config-smtp-backend.c
+++ b/modules/mail-config/e-mail-config-smtp-backend.c
@@ -323,6 +323,8 @@ mail_config_smtp_backend_auto_configure (EMailConfigServiceBackend *backend,
e_mail_config_auth_check_set_active_mechanism (
E_MAIL_CONFIG_AUTH_CHECK (priv->auth_check),
mechanism);
+
+ return TRUE;
}
static gboolean