mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Discovery, make sure where is set (#16237)
This commit is contained in:
@@ -23,6 +23,7 @@ if (! isset($options['q'])) {
|
||||
echo \LibreNMS\Config::get('project_name') . " Discovery\n";
|
||||
}
|
||||
|
||||
$where = '';
|
||||
if (isset($options['h'])) {
|
||||
if ($options['h'] == 'odd') {
|
||||
$options['n'] = '1';
|
||||
|
Reference in New Issue
Block a user