Linux Firewall adding "*" rule

On Debian, I'm getting an odd rule when the firewall update portion of the installer runs:

# Generated by webmin
*
-A INPUT -p udp -m udp --dport ftp-data -j ACCEPT
...

I'll also note that the generated rules file doesn't actually show up in the running firewall or the module, but at the moment, I'll just worry about it choking on the lone * line.

(This is relevant to virtualmin-base-standalone.pl, as this script in its current SVN version, with no modifications, becomes the postinst script in the virtualmin-base deb package.)

Status: 
Closed (fixed)