From f7fa22da5d865221f84371d6b522444e1591164c Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Fri, 24 Sep 2010 09:54:45 +0200 Subject: Suppress some 'may be used uninitialized' warnings Additionally the handling of errno and the errno_t return value of functions is fixed in krb5_common.c. --- src/tests/auth-tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/auth-tests.c') diff --git a/src/tests/auth-tests.c b/src/tests/auth-tests.c index a3de43c4..bae0794c 100644 --- a/src/tests/auth-tests.c +++ b/src/tests/auth-tests.c @@ -161,7 +161,7 @@ static void do_failed_login_test(uint32_t failed_login_attempts, int expected_counter, time_t expected_delay) { - struct sysdb_test_ctx *test_ctx; + struct sysdb_test_ctx *test_ctx = NULL; int ret; const char *val[2]; val[1] = NULL; -- cgit