diff options
Diffstat (limited to '')
-rw-r--r-- | agent/call-scd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/agent/call-scd.c b/agent/call-scd.c index 6438693af..ee69bb4c3 100644 --- a/agent/call-scd.c +++ b/agent/call-scd.c @@ -414,6 +414,8 @@ start_scd (ctrl_t ctrl) primary_scd_ctx = ctx; primary_scd_ctx_reusable = 0; + /* notify the main loop that something has changed */ + interrupt_main_thread_loop (); leave: xfree (abs_homedir); |