load balancing fixed
This commit is contained in:
parent
bf15ad6e8b
commit
5a168e3779
|
|
@ -105,7 +105,7 @@
|
|||
end
|
||||
|
||||
--build the XML string from the database
|
||||
if (source == "database") then
|
||||
if (source == "database") or (load_balancing) then
|
||||
--database connection
|
||||
if (continue) then
|
||||
--connect to the database
|
||||
|
|
|
|||
Loading…
Reference in New Issue