public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] ovpnmain.cgi: Remove unnecessary check/error message
@ 2021-09-07 15:53 Leo-Andres Hofmann
  2021-09-07 15:58 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Leo-Andres Hofmann @ 2021-09-07 15:53 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 806 bytes --]

This parameter can either be "host" or "net", but the existing check
only allows "net" entries. Since other entries are also valid but
don't require further action, this patch removes the error message.

Fixes: #12686

Signed-off-by: Leo-Andres Hofmann <hofmann(a)leo-andres.de>
---
 html/cgi-bin/ovpnmain.cgi | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi
index 3cd2f9381..2ebf384ed 100644
--- a/html/cgi-bin/ovpnmain.cgi
+++ b/html/cgi-bin/ovpnmain.cgi
@@ -2183,9 +2183,6 @@ END
 					&General::system("/usr/local/bin/openvpnctrl", "-kn2n", "$confighash{$cgiparams{'KEY'}}[1]");
 					&writecollectdconf();
 				}
- 
-			} else {
-				$errormessage = $Lang::tr{'invalid key'};
 			}
 		}
   }
-- 
2.27.0.windows.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] ovpnmain.cgi: Remove unnecessary check/error message
  2021-09-07 15:53 [PATCH] ovpnmain.cgi: Remove unnecessary check/error message Leo-Andres Hofmann
@ 2021-09-07 15:58 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2021-09-07 15:58 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1034 bytes --]

You are a star :)

Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>

-Michael

> On 7 Sep 2021, at 16:53, Leo-Andres Hofmann <hofmann(a)leo-andres.de> wrote:
> 
> This parameter can either be "host" or "net", but the existing check
> only allows "net" entries. Since other entries are also valid but
> don't require further action, this patch removes the error message.
> 
> Fixes: #12686
> 
> Signed-off-by: Leo-Andres Hofmann <hofmann(a)leo-andres.de>
> ---
> html/cgi-bin/ovpnmain.cgi | 3 ---
> 1 file changed, 3 deletions(-)
> 
> diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi
> index 3cd2f9381..2ebf384ed 100644
> --- a/html/cgi-bin/ovpnmain.cgi
> +++ b/html/cgi-bin/ovpnmain.cgi
> @@ -2183,9 +2183,6 @@ END
> 					&General::system("/usr/local/bin/openvpnctrl", "-kn2n", "$confighash{$cgiparams{'KEY'}}[1]");
> 					&writecollectdconf();
> 				}
> - 
> -			} else {
> -				$errormessage = $Lang::tr{'invalid key'};
> 			}
> 		}
>   }
> -- 
> 2.27.0.windows.1
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-07 15:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-07 15:53 [PATCH] ovpnmain.cgi: Remove unnecessary check/error message Leo-Andres Hofmann
2021-09-07 15:58 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox