Update zmdc.pl.in

This commit is contained in:
peruchi 2016-08-17 09:45:30 -03:00 committed by GitHub
parent 0d85d3e60d
commit 7b389a79a6
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ use IO::Handle;
use autouse 'Pod::Usage'=>qw(pod2usage); use autouse 'Pod::Usage'=>qw(pod2usage);
#use Data::Dumper; #use Data::Dumper;
if ( ! defined('ZM_SERVER_ID') ) { if ( ! $Config{ZM_SERVER_HOST} ) {
use constant SOCK_FILE => $Config{ZM_PATH_SOCKS}.'/zmdc.sock'; use constant SOCK_FILE => $Config{ZM_PATH_SOCKS}.'/zmdc.sock';
} }
else { else {