mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
Eliminate superfluous test.
This commit is contained in:
parent
4cc8f31ffe
commit
5de909873a
@ -819,8 +819,6 @@ int md5sum_main(int argc,
|
||||
if (string == NULL)
|
||||
string = (char **) xmalloc ((argc - 1) * sizeof (char *));
|
||||
|
||||
if (optarg == NULL)
|
||||
optarg = "";
|
||||
string[n_strings++] = optarg;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user