forked from extern/shorewall_code
More capitalizing global variable names -- take 3
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2541 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
edb36a83b0
commit
58e00883c1
@ -47,7 +47,7 @@ my_mutex_on() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
my_mutex_off() {
|
my_mutex_off() {
|
||||||
[ -n "$have_mutex" ] && { mutex_off; HAVE_MUTEX=; }
|
[ -n "$HAVE_MUTEX" ] && { mutex_off; HAVE_MUTEX=; }
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user