chiark / gitweb /
agent: Avoid tight timer tick when possible.
[gnupg2.git] / agent / call-scd.c
index ba59c1825b4ac400d3c174e843b73e27df948798..1ac0f6ba5fde98bc3beb49df3a1a37870c8c6093 100644 (file)
@@ -407,7 +407,9 @@ 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);
   if (err)