mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Declare _ppp_profile_cleaned, _punct, and _punct_c local in
ppp_start_profile(). Reported by: yar MFC after: 1 week
This commit is contained in:
parent
b7e548dc72
commit
30b6f51afe
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ start_postcmd="ppp_poststart"
|
|||
ppp_start_profile()
|
||||
{
|
||||
local _ppp_profile _ppp_mode _ppp_nat _ppp_unit
|
||||
local _ppp_profile_cleaned _punct _punct_c
|
||||
|
||||
_ppp_profile=$1
|
||||
_ppp_profile_cleaned=$1
|
||||
|
|
|
|||
Loading…
Reference in a new issue