diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-27 17:28:33 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-27 17:32:39 +0100 |
commit | 17cfbced1dff07ee058997e88e027e7fd4627445 (patch) | |
tree | f94a9255869eb1d1f1cf57f37eebbc143994af19 /src/auditordb | |
parent | 1647237c2e54ad14dc2549def5b394f766cd92cd (diff) |
fix inconsistency in field naming
Diffstat (limited to 'src/auditordb')
-rw-r--r-- | src/auditordb/test_auditordb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auditordb/test_auditordb.c b/src/auditordb/test_auditordb.c index 48e250a2c..201d61b80 100644 --- a/src/auditordb/test_auditordb.c +++ b/src/auditordb/test_auditordb.c @@ -781,6 +781,7 @@ main (int argc, char *testname; struct GNUNET_CONFIGURATION_Handle *cfg; + (void) argc; result = -1; if (NULL == (plugin_name = strrchr (argv[0], (int) '-'))) { |