libmail: Fixed missing initialization in protocol view.
* This would cause a crash when the fields were actually not being used.
This commit is contained in:
@@ -119,6 +119,8 @@ MailProtocolConfigView::MailProtocolConfigView(uint32 optionsMask)
|
||||
fHostControl(NULL),
|
||||
fUserControl(NULL),
|
||||
fPasswordControl(NULL),
|
||||
fFlavorField(NULL),
|
||||
fAuthenticationField(NULL),
|
||||
fLeaveOnServerCheckBox(NULL),
|
||||
fRemoveFromServerCheckBox(NULL),
|
||||
fBodyDownloadConfig(NULL)
|
||||
|
||||
Reference in New Issue
Block a user