diff options
-rw-r--r-- | src/tests/krb5_child-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/krb5_child-test.c b/src/tests/krb5_child-test.c index 760b95861..82252a610 100644 --- a/src/tests/krb5_child-test.c +++ b/src/tests/krb5_child-test.c @@ -369,7 +369,7 @@ print_ccache(const char *cc) krb5_creds creds; char *defname = NULL; int i = 1; - errno_t ret; + errno_t ret = EIO; kret = krb5_init_context(&kcontext); CHECK_KRET_L(kret, EIO, done); |