mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 07:33:43 +01:00
Don't derive base in load_chain()
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
b0f7c08844
commit
364420c4eb
@ -1788,7 +1788,7 @@ sub notrack_chain( $ )
|
||||
# Load Chain for a provider
|
||||
#
|
||||
sub load_chain( $ ) {
|
||||
'~' . chain_base( $_[0] );
|
||||
'~' . $_[0];
|
||||
}
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user