diff options
Diffstat (limited to 'src/wire-plugins/plugin_wire_taler-bank.c')
-rw-r--r-- | src/wire-plugins/plugin_wire_taler-bank.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wire-plugins/plugin_wire_taler-bank.c b/src/wire-plugins/plugin_wire_taler-bank.c index eed57cb97..b468496a8 100644 --- a/src/wire-plugins/plugin_wire_taler-bank.c +++ b/src/wire-plugins/plugin_wire_taler-bank.c | |||
@@ -999,8 +999,7 @@ taler_bank_get_history (void *cls, | |||
999 | * Probably something is wrong with the DB, some | 999 | * Probably something is wrong with the DB, some |
1000 | * other component wrote a wrong value to it. Instead | 1000 | * other component wrote a wrong value to it. Instead |
1001 | * of completely stopping to work, we just scan from the | 1001 | * of completely stopping to work, we just scan from the |
1002 | * beginning. */ | 1002 | * beginning. */start_off = NULL; |
1003 | start_off = NULL; | ||
1004 | } | 1003 | } |
1005 | if (NULL == start_off) | 1004 | if (NULL == start_off) |
1006 | { | 1005 | { |
@@ -1300,4 +1299,5 @@ libtaler_plugin_wire_taler_bank_done (void *cls) | |||
1300 | return NULL; | 1299 | return NULL; |
1301 | } | 1300 | } |
1302 | 1301 | ||
1302 | |||
1303 | /* end of plugin_wire_taler-bank.c */ | 1303 | /* end of plugin_wire_taler-bank.c */ |