mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
(plugin) apps::protocols::cifs - connection error (#3677)
This commit is contained in:
parent
3c3490a9fd
commit
0ff34da9e5
@ -79,7 +79,7 @@ sub manage_selection {
|
|||||||
my ($self, %options) = @_;
|
my ($self, %options) = @_;
|
||||||
|
|
||||||
my $timing0 = [gettimeofday];
|
my $timing0 = [gettimeofday];
|
||||||
my ($rv, $message) = $options{custom}->list_directory(share => $self->{option_results}->{share});
|
my ($rv, $message) = $options{custom}->list_directory(directory => $self->{option_results}->{directory});
|
||||||
if ($rv == 0) {
|
if ($rv == 0) {
|
||||||
$message = 'authentication succeeded';
|
$message = 'authentication succeeded';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user