From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] dhcp.cgi: Fix incorrect { placement from patch 3724
Date: Tue, 16 Feb 2021 15:01:28 +0000 [thread overview]
Message-ID: <B3719314-CD33-4736-9953-E01F3A7E58B3@ipfire.org> (raw)
In-Reply-To: <20210216133010.7645-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 1454 bytes --]
Hello,
Is this something that needs to be pushed into master?
-Michael
> On 16 Feb 2021, at 13:30, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>
> - When patch 3724 was created for bug #10743 a curly bracket was placed in the wrong place
> This results in the overlap of two if loops meaning that there will be no validity
> check carried out on Default Lease Time if Deny Known Clients is not checked.
> - This patch moves the { bracket to the right location.
>
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> html/cgi-bin/dhcp.cgi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/html/cgi-bin/dhcp.cgi b/html/cgi-bin/dhcp.cgi
> index 2ebdde818..867614f2a 100644
> --- a/html/cgi-bin/dhcp.cgi
> +++ b/html/cgi-bin/dhcp.cgi
> @@ -180,12 +180,12 @@ if ($dhcpsettings{'ACTION'} eq $Lang::tr{'save'}) {
> if (($dhcpsettings{"START_ADDR_${itf}"}) eq '' && ($dhcpsettings{"END_ADDR_${itf}"}) eq '') {
> $errormessage = "DHCP on ${itf}: " . $Lang::tr{'dhcp valid range required when deny known clients checked'};
> goto ERROR;
> + }
> }
>
> if (!($dhcpsettings{"DEFAULT_LEASE_TIME_${itf}"} =~ /^\d+$/)) {
> $errormessage = "DHCP on ${itf}: " . $Lang::tr{'invalid default lease time'} . $dhcpsettings{'DEFAULT_LEASE_TIME_${itf}'};
> goto ERROR;
> - }
> }
>
> if (!($dhcpsettings{"MAX_LEASE_TIME_${itf}"} =~ /^\d+$/)) {
> --
> 2.30.1
>
prev parent reply other threads:[~2021-02-16 15:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-16 13:30 Adolf Belka
2021-02-16 15:01 ` Michael Tremer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=B3719314-CD33-4736-9953-E01F3A7E58B3@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox