diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-12 13:54:20 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-12 13:54:20 +0200 |
commit | 66f16ab5fbab7e59478b1deb71edb99bf03194b2 (patch) | |
tree | 96c9e6b8a91b5fffde043a5eda7834cd2736ccd5 /src | |
parent | f174781b570bb534db424e57a3b563a74ad36f77 (diff) |
-close connections now supported
Diffstat (limited to 'src')
-rw-r--r-- | src/bank-lib/fakebank.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c index 7c5a95ad6..60b7d500b 100644 --- a/src/bank-lib/fakebank.c +++ b/src/bank-lib/fakebank.c @@ -24,7 +24,6 @@ // TODO: support long polling // TODO: support adding WAD transfers // TODO: adapt taler-exchange-benchmark to profile bank API -// FIXME: support 'close_connections' option #include "platform.h" #include <pthread.h> |