diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2023-12-13 14:32:13 +0100 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2023-12-13 14:32:13 +0100 |
commit | d3ed984b0ffa6e0ffad4193f4e881db53ac75565 (patch) | |
tree | 94c57fbbb8b8ede62ee581373e8541a7e1a3569e /src/auditor | |
parent | 7e233ba58bdfbd8cfce67759596f9a6743322839 (diff) |
-initialize variable
Diffstat (limited to 'src/auditor')
-rw-r--r-- | src/auditor/taler-helper-auditor-wire.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/taler-helper-auditor-wire.c b/src/auditor/taler-helper-auditor-wire.c index de5acc48a..babf4bf28 100644 --- a/src/auditor/taler-helper-auditor-wire.c +++ b/src/auditor/taler-helper-auditor-wire.c @@ -1057,7 +1057,7 @@ generate_report (void *cls, } else if (TALER_AML_NORMAL != rd->status) { - const char *sstatus; + const char *sstatus = "<undefined>"; json_t *rep; switch (rd->status) |