summaryrefslogtreecommitdiffhomepage
path: root/src/sst.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sst.c')
-rw-r--r--src/sst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sst.c b/src/sst.c
index 93908dc..7246e89 100644
--- a/src/sst.c
+++ b/src/sst.c
@@ -208,7 +208,7 @@ static const char *updatenotes = "\
static void do_featureinit(void) {
bool has_bind = bind_init();
- has_ac = ac_init();
+ if (has_bind) has_ac = ac_init();
bool has_alias = alias_init();
has_autojump = autojump_init();
has_demorec = demorec_init();