X-Git-Url: https://git.eyrie.org/?a=blobdiff_plain;f=tests%2Ftap%2Fkerberos.c;fp=tests%2Ftap%2Fkerberos.c;h=5e97f0794e0674ec0d217bf342eaff36c4cd353a;hb=dae1ad0fc1cd83e06ac69b26c3ccea34f6556019;hp=ae571dcc20936645240a40bd1265c73069370098;hpb=9ad64f4708de5a020b4912d418292d8d663a7f26;p=kerberos%2Fkrb5-strength.git diff --git a/tests/tap/kerberos.c b/tests/tap/kerberos.c index ae571dc..5e97f07 100644 --- a/tests/tap/kerberos.c +++ b/tests/tap/kerberos.c @@ -15,7 +15,7 @@ * which can be found at . * * Written by Russ Allbery - * Copyright 2017, 2022 Russ Allbery + * Copyright 2017, 2022, 2023 Russ Allbery * Copyright 2006-2007, 2009-2014 * The Board of Trustees of the Leland Stanford Junior University * @@ -167,7 +167,7 @@ kerberos_kinit(void) char *path; char principal[BUFSIZ], *command; size_t i; - int status; + int status = 0; /* Read the principal corresponding to the keytab. */ path = test_file_path("config/principal");