diff options
Diffstat (limited to 'src/bank-lib/fakebank.c')
-rw-r--r-- | src/bank-lib/fakebank.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c index 94e2e8d78..e1a5c9bbb 100644 --- a/src/bank-lib/fakebank.c +++ b/src/bank-lib/fakebank.c | |||
@@ -713,6 +713,7 @@ handle_history (struct TALER_FAKEBANK_Handle *h, | |||
713 | &TFH_handle_history_advance); | 713 | &TFH_handle_history_advance); |
714 | } | 714 | } |
715 | 715 | ||
716 | |||
716 | /** | 717 | /** |
717 | * Handle incoming HTTP request for /history-range. | 718 | * Handle incoming HTTP request for /history-range. |
718 | * | 719 | * |
@@ -897,6 +898,8 @@ schedule_httpd (struct TALER_FAKEBANK_Handle *h) | |||
897 | &run_mhd, | 898 | &run_mhd, |
898 | h); | 899 | h); |
899 | } | 900 | } |
901 | |||
902 | |||
900 | #else | 903 | #else |
901 | /** | 904 | /** |
902 | * Schedule MHD. This function should be called initially when an | 905 | * Schedule MHD. This function should be called initially when an |
@@ -957,6 +960,8 @@ schedule_httpd (struct TALER_FAKEBANK_Handle *h) | |||
957 | if (NULL != wws) | 960 | if (NULL != wws) |
958 | GNUNET_NETWORK_fdset_destroy (wws); | 961 | GNUNET_NETWORK_fdset_destroy (wws); |
959 | } | 962 | } |
963 | |||
964 | |||
960 | #endif | 965 | #endif |
961 | 966 | ||
962 | 967 | ||