Subject: | re: bug in including same file twice |
There seems to be a bug in including the same config file more than once.
Looks like the for the second include instance the configuration is not being expanded.
Ex:
# Main config file
<USERS>
<<include data.dat>>
</USERS>
<USERS2>
<<include data.dat>>
</USERS2>
// config file data.dat
ID1 = VALUE1
ID2 = VALUE2