[Shtoom] [patch] - solves issue with ignored and overwritten config-file options

Frank Scholz fs at beebits.com
Sun Sep 18 12:15:08 CEST 2005


Hi,

this patch solves among probably other things the issue with the always
STUN and UPNP discovery despite them being disabled in the config-file.

Change line 105 in shtoom/Options.py

from                if val is not NoDefaultOption and val is not None:
to                    if o.value is NoDefaultOption and val is not
NoDefaultOption and val is not None:

Regards,
Frank
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: options.patch
URL: <http://mail.python.org/pipermail/shtoom/attachments/20050918/812d7565/attachment.txt>


More information about the Shtoom mailing list