* mui/TCPIPConfigPage.c: the update of the ignored warnings after clearing them will no longer invoke the update method synchronously, but asynchronouly instead. This is necessary, because the "clear" method is invoked from within an OM_SET method and that method will be continued to be executed after the object has been disposed and hence cause a crash. This closes #606.
5 lines of code changed in 1 file:
* mui/TCPIPConfigPage.c: added a missing parameter for a method invocation when clearing the SSL certificate warnings. This closes #605.
1 lines of code changed in 1 file: