Collin Funk [off-list ref] writes:
We assign this variable unconditionally, so we do not need to assign it
to NULL where it is declared.
The latter "assign" is better phrased as "initialize", but other
than that this looks great.
Thanks.
quoted hunk
Signed-off-by: Collin Funk <redacted>
---
gpg-interface.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gpg-interface.c b/gpg-interface.c
index 377c0cf49f..87fb6605fb 100644
--- a/gpg-interface.c
+++ b/gpg-interface.c
@@ -398,7 +398,7 @@ static void parse_ssh_output(struct signature_check *sigc)
{
const char *line, *principal, *search;
char *to_free;
- const char *key = NULL;
+ const char *key;
/*
* ssh-keygen output should be: