Add a comment about why the 'id' member of builtin tables is initialized in process_providers()

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2013-03-26 14:30:42 -07:00
parent e572d6ce50
commit 6334b09653

View File

@ -1338,7 +1338,9 @@ sub process_providers( $ ) {
our $providers = 0;
our $pseudoproviders = 0;
#
# We defer initialization of the 'id' member until now so that the setting of USE_RT_NAMES will have been established.
#
unless ( $config{USE_RT_NAMES} ) {
for ( values %providers ) {
$_->{id} = $_->{number};