aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2012-06-07 23:41:17 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2012-06-07 23:41:17 +0100
commitbb5ce5686638a490d21884c0d0abb7d9ced68a29 (patch)
tree5c44de1bf4653b92ca6d2750175e3ac9cc34c7a5 /protocols/jabber
parentaa88e500329f2d9bbdb4915c6d46e7078353a879 (diff)
s/ACC_SET_NOSAVE/SET_NOSAVE/.
Diffstat (limited to 'protocols/jabber')
-rw-r--r--protocols/jabber/jabber.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/jabber/jabber.c b/protocols/jabber/jabber.c
index 723894fe..dbae9ff9 100644
--- a/protocols/jabber/jabber.c
+++ b/protocols/jabber/jabber.c
@@ -79,7 +79,7 @@ static void jabber_init( account_t *acc )
s->flags |= ACC_SET_OFFLINE_ONLY | SET_HIDDEN_DEFAULT;
s = set_add( &acc->set, "server", NULL, set_eval_account, acc );
- s->flags |= ACC_SET_NOSAVE | ACC_SET_OFFLINE_ONLY | SET_NULL_OK;
+ s->flags |= SET_NOSAVE | ACC_SET_OFFLINE_ONLY | SET_NULL_OK;
s = set_add( &acc->set, "ssl", "false", set_eval_bool, acc );
s->flags |= ACC_SET_OFFLINE_ONLY;