* [PATCH] ovpnmain.cgi: Fix Bug#13136 - Allow spaces when editing a static ip address pool name
@ 2023-05-30 11:13 Adolf Belka
0 siblings, 0 replies; only message in thread
From: Adolf Belka @ 2023-05-30 11:13 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 852 bytes --]
- This was fixed for creating a static ip address pool name in bug#12865 but was not
applied to the case when the static ip address pool name was being edited.
- This fix corrects that oversight.
Fixes: Bug#13136
Tested-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
html/cgi-bin/ovpnmain.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi
index 5c4fad0a5..0df9fcc8c 100755
--- a/html/cgi-bin/ovpnmain.cgi
+++ b/html/cgi-bin/ovpnmain.cgi
@@ -494,7 +494,7 @@ sub modccdnet
my %ccdhash=();
# Check if the new name is valid.
- if(!&General::validhostname($newname)) {
+ if(!&General::validccdname($newname)) {
$errormessage=$Lang::tr{'ccd err invalidname'};
return;
}
--
2.40.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-05-30 11:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-30 11:13 [PATCH] ovpnmain.cgi: Fix Bug#13136 - Allow spaces when editing a static ip address pool name Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox