Fixed Removing the mail password causes GPF

Apr 13, 2010
318
7
62
The Hague
Removing by writing an empty value. That was the legacy code from v14 of course. Still, it shouldn't,
Thanks for the update.
DJ
 
Never mind the legacy, it is mine. My way of enforcing the policy *not* to use that option.

It is reproducible, not using option, but using :
Code:
:: Deletes an option by writing it without a value.
:Del_Option [ _Section _Option ]
 
 :: Effective immediately, but only for current session.
 :: The option resets to the builtin default value!
 option //%_Option=
 
 :: Effective only after TC/TCC restart, but persistent.
 if [EMAIL]%@INIWRITE[%_ININAME,%_Section,%_Option[/EMAIL],] ne 0 (
  echoerr "Could not remove option %_Option from section %_Section"
  pause
 )
return
The pause is never reached.

The mail to support was sent yesterday.
DJ
 

Similar threads