mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: When force adding devices with v3, actually store the details (#6691)
This commit is contained in:
committed by
Tony Murray
parent
3faee6c7c5
commit
db3a0c2623
@@ -140,7 +140,7 @@ if (!empty($argv[1])) {
|
||||
}
|
||||
}//end while
|
||||
|
||||
array_push($config['snmp']['v3'], $v3);
|
||||
array_unshift($config['snmp']['v3'], $v3);
|
||||
}
|
||||
} else {
|
||||
// v2c or v1
|
||||
|
||||
Reference in New Issue
Block a user