Skip to content

Commit b1e3d0f

Browse files
author
Dean Troyer
committed
Clean up local variable usage - Remainder
Minor cleanups in a couple ofplaces: * Config funtions * Stackforge * TLS Combined a couple of smaller changesets that are loosly related Change-Id: Ifa16f2e4c0eca0ef3401c0dfdc4f3d91809021a5
1 parent b939cae commit b1e3d0f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

lib/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ function merge_config_group {
110110

111111
[[ -r $localfile ]] || return 0
112112

113+
local configfile group
113114
for group in $matchgroups; do
114115
for configfile in $(get_meta_section_files $localfile $group); do
115116
if [[ -d $(dirname $(eval "echo $configfile")) ]]; then

lib/tls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ function create_CA_base {
8484
return 0
8585
fi
8686

87+
local i
8788
for i in certs crl newcerts private; do
8889
mkdir -p $ca_dir/$i
8990
done

0 commit comments

Comments
 (0)