diff options
| author | Christian Grothoff <christian@grothoff.org> | 2019-02-14 14:23:16 +0100 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2019-02-14 14:23:16 +0100 | 
| commit | a98825675b37988c059576b5bfd98bac173bdc25 (patch) | |
| tree | 8e7e392fdfc688af5a1066c728f6ef7807e1846a /src/auditor/taler-wire-auditor.c | |
| parent | e56ed85f4f11f3daec80326f7d43635281b3806b (diff) | |
add option to be selective about dropping the exchange list
Diffstat (limited to 'src/auditor/taler-wire-auditor.c')
| -rw-r--r-- | src/auditor/taler-wire-auditor.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/src/auditor/taler-wire-auditor.c b/src/auditor/taler-wire-auditor.c index 6e66ea99..c903a494 100644 --- a/src/auditor/taler-wire-auditor.c +++ b/src/auditor/taler-wire-auditor.c @@ -1605,7 +1605,8 @@ run (void *cls,      GNUNET_log (GNUNET_ERROR_TYPE_WARNING,                  "Full audit restart requested, dropping old audit data.\n");      GNUNET_break (GNUNET_OK == -                  adb->drop_tables (adb->cls)); +                  adb->drop_tables (adb->cls, +                                    GNUNET_NO));      TALER_AUDITORDB_plugin_unload (adb);      if (NULL ==          (adb = TALER_AUDITORDB_plugin_load (cfg)))  | 
