Add a missing sth->finish

This commit is contained in:
Isaac Connor 2016-05-27 09:01:01 -04:00
parent b0116f25e9
commit 1983f106f4
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ BEGIN
my $result = $sth->fetchrow_hashref();
$Config{ZM_SERVER_ID} = $$result{Id};
}
$sth->finish();
}
}