* Thu Jun 12 2025 Brian Read <brianr@koozali.org> 11.0.0-90.sme
- Error on empty extra chars for success message [SME: 13041] - Needed extra open for network-db after add
This commit is contained in:
@@ -67,6 +67,7 @@ sub do_display {
|
||||
|
||||
#Add a network - called after new network details filled in
|
||||
my %ret = add_network($c);
|
||||
$network_db = esmith::NetworksDB::UTF8->open();
|
||||
|
||||
#Return to list page if success
|
||||
if ((index($ret{ret}, "SUCCESS") != -1)) {
|
||||
@@ -267,4 +268,4 @@ sub add_network {
|
||||
);
|
||||
} ## end else [ if ($totalHosts == 1) ]
|
||||
} ## end sub add_network
|
||||
1;
|
||||
1;
|
Reference in New Issue
Block a user