projects
/
claws.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix bug #3364, segfault in src/wizard.c: add missing return
[claws.git]
/
src
/
prefs_account.c
diff --git
a/src/prefs_account.c
b/src/prefs_account.c
index 934a1cf6d562ba3d51332ee9363a3f029878ccb4..b388c85f973b825922ab432f096c7bf19d5db05f 100644
(file)
--- a/
src/prefs_account.c
+++ b/
src/prefs_account.c
@@
-3848,6
+3848,7
@@
static void auto_configure_cb (GtkWidget *widget, gpointer data)
g_free(address);
gtk_label_set_text(GTK_LABEL(basic_page.auto_configure_lbl),
_("Failed (wrong address)"));
+ return;
}
domain = strchr(address, '@') + 1;