incorrect duration=HH:MM regexp in config.c
Status: Beta
Brought to you by:
krazydime
The "duration=..." regular expression in config.c looks incorrect (at least inconsistent with the description of etc/upnpd.conf).
Each of the hours/minutes part should be exactly 2 digits when we specify the duration in HH:MM format, but the regular expression in config.c is not specified so.
The attached file is the patch that fixes the problem.
patch that fixes the problem