]> git.ipfire.org Git - thirdparty/openvpn.git/commit
options: Do not hide variables from parent scope
authorFrank Lichtenheld <frank@lichtenheld.com>
Fri, 28 Jul 2023 12:50:16 +0000 (14:50 +0200)
committerGert Doering <gert@greenie.muc.de>
Fri, 11 Aug 2023 14:47:53 +0000 (16:47 +0200)
commitf7c8cc092b8b6f5659cf8abd8d8624fc16f3dda2
tree1b4b9569a30d4977e31b06791f6aba84a40c48bf
parent18826de5737789cb74b48fc40a9ff5cb37d38d98
options: Do not hide variables from parent scope

msglevel hides the function parameter of the same name,
which could lead to confusion. Use a unique name.

Change-Id: I9f9d0f0d5ab03f8cdfd7ba7200f2d56613cc586d
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Lev Stipakov <lstipakov@gmail.com>
Message-Id: <d549c9b5e5d66624ef82f99206898ff8e43a5fb5-HTML@gerrit.openvpn.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg26902.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/options.c