diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/exchange/taler-exchange-httpd.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c index 657a9e74..c0e91250 100644 --- a/src/exchange/taler-exchange-httpd.c +++ b/src/exchange/taler-exchange-httpd.c @@ -841,6 +841,8 @@ run_single_request ()      }      MHD_run (mhd);    } +  MHD_stop_daemon (mhd); +  mhd = NULL;    if (cld != waitpid (cld,                        &status,                        0))  | 
