Fixed missing bracket.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1212 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
0236bdc3d7
commit
fb350278ff
|
@ -54,7 +54,7 @@ BEGIN
|
|||
if (( $name eq 'ZM_DB_SERVER' ) ||
|
||||
( $name eq 'ZM_DB_NAME' ) ||
|
||||
( $name eq 'ZM_DB_USER' ) ||
|
||||
( $name eq 'ZM_DB_PASS' )
|
||||
( $name eq 'ZM_DB_PASS' ))
|
||||
{
|
||||
*{$name} = sub { $value };
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue