Fixed missing bracket.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1212 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2005-01-15 18:46:55 +00:00
parent 0236bdc3d7
commit fb350278ff
1 changed files with 1 additions and 1 deletions

View File

@ -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 };
}