Don't derive base in load_chain()

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-01-15 07:54:30 -08:00
parent b0f7c08844
commit 364420c4eb

View File

@ -1788,7 +1788,7 @@ sub notrack_chain( $ )
# Load Chain for a provider
#
sub load_chain( $ ) {
'~' . chain_base( $_[0] );
'~' . $_[0];
}
#