Commit 58b383e7 authored by Lev Walkin's avatar Lev Walkin

fix unused var

parent b5186682
......@@ -437,9 +437,7 @@ main(int ac, char *av[]) {
if(isyntax == ATS_RANDOM) {
structure = NULL;
if(asn_random_fill(pduType, &structure, random_max_size) != 0) {
fprintf(stderr,
"Cannot generate a random value.\n",
random_max_size);
fprintf(stderr, "Cannot generate a random value.\n");
assert(structure == NULL);
errno = EINVAL;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment