Skip to main content
Sign in
Snippets Groups Projects
Commit f389d502 authored by Tomáš Plesník's avatar Tomáš Plesník
Browse files

odstraneni zbytecne promenne BASEDIR

parent 2eb46a6f
Branches enable_rtc
No related tags found
No related merge requests found
...@@ -171,7 +171,6 @@ sub loadConf ...@@ -171,7 +171,6 @@ sub loadConf
{ {
my $conf_file = shift; my $conf_file = shift;
our $BASEDIR = undef;
our $URI = undef; our $URI = undef;
our $SSL_KEY = undef; our $SSL_KEY = undef;
our $SSL_CERT = undef; our $SSL_CERT = undef;
...@@ -182,6 +181,7 @@ sub loadConf ...@@ -182,6 +181,7 @@ sub loadConf
our $LOG_VERBOSE = undef; our $LOG_VERBOSE = undef;
our $SYSLOG = undef; our $SYSLOG = undef;
our $SYSLOG_FACILITY = undef; our $SYSLOG_FACILITY = undef;
unless (do $conf_file) { unless (do $conf_file) {
die("Errors in config file '$conf_file': $@") if $@; die("Errors in config file '$conf_file': $@") if $@;
die("Can't read config file '$conf_file': $!") unless defined $_; die("Can't read config file '$conf_file': $!") unless defined $_;
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment