Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
34014f4e
Commit
34014f4e
authored
Sep 13, 2016
by
Francesc Guasch
Browse files
do not init the connector from here anymore
parent
5dceb7db
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
34014f4e
...
@@ -91,9 +91,10 @@ sub _init_config {
...
@@ -91,9 +91,10 @@ sub _init_config {
my
$file
=
shift
;
my
$file
=
shift
;
my
$connector
=
shift
;
my
$connector
=
shift
;
confess
"
Deprecated connector
"
if
$connector
;
$CONFIG
=
YAML::
LoadFile
(
$file
);
$CONFIG
=
YAML::
LoadFile
(
$file
);
$CONNECTOR
=
(
$connector
or
_connect_dbh
());
#
$CONNECTOR = ( $connector or _connect_dbh());
}
}
sub
_create_vm_kvm
{
sub
_create_vm_kvm
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment