From: Viktor Dukhovni Date: Fri, 8 Jan 2016 00:16:10 +0000 (-0500) Subject: Fixup actually update danetest.c X-Git-Tag: OpenSSL_1_1_0-pre2~98 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=8da94770f0a049497b1a52ee469cca1f4a13b1a7;hp=f232d6ece3a458426bbc492c4d3242798fbc03a7 Fixup actually update danetest.c Reviewed-by: Rich Salz --- diff --git a/test/danetest.c b/test/danetest.c index f46adadd40..202be20d65 100644 --- a/test/danetest.c +++ b/test/danetest.c @@ -469,7 +469,6 @@ int main(int argc, char *argv[]) EXIT(1); } basedomain = argv[1]; - basedomain++; /* Force a use! */ CAfile = argv[2]; tlsafile = argv[3]; @@ -507,7 +506,7 @@ int main(int argc, char *argv[]) goto end; } - if (test_tlsafile(ctx, argv[1], f, tlsafile) <= 0) { + if (test_tlsafile(ctx, basedomain, f, tlsafile) <= 0) { print_errors(); goto end; }