From 705240413a4e5a2b5cc9f3dcd72dd6f44be3d56f Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 14 Mar 2000 17:20:49 +0000 Subject: [PATCH] * init_os_ctx.c (os_get_default_config_files): Remove unused variable git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12112 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/os/ChangeLog | 3 +++ src/lib/krb5/os/init_os_ctx.c | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/krb5/os/ChangeLog b/src/lib/krb5/os/ChangeLog index d32c2218f..ded442bda 100644 --- a/src/lib/krb5/os/ChangeLog +++ b/src/lib/krb5/os/ChangeLog @@ -1,5 +1,8 @@ 2000-03-14 Ken Raeburn + * init_os_ctx.c (os_get_default_config_files): Remove unused + variable. + * def_realm.c: Include netinet/in.h if available. 2000-02-25 Ken Raeburn diff --git a/src/lib/krb5/os/init_os_ctx.c b/src/lib/krb5/os/init_os_ctx.c index 0c2b5e5a1..48d8bc2ad 100644 --- a/src/lib/krb5/os/init_os_ctx.c +++ b/src/lib/krb5/os/init_os_ctx.c @@ -291,7 +291,6 @@ os_get_default_config_files(pfiles, secure) int n_entries, i; int ent_len; const char *s, *t; - errcode_t retval; if (!secure) filepath = getenv("KRB5_CONFIG"); if (!filepath) filepath = DEFAULT_PROFILE_PATH; -- 2.26.2