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:
parent
fa587d2956
commit
dcb663f339
@ -119,6 +119,8 @@ MailProtocolConfigView::MailProtocolConfigView(uint32 optionsMask)
|
||||
fHostControl(NULL),
|
||||
fUserControl(NULL),
|
||||
fPasswordControl(NULL),
|
||||
fFlavorField(NULL),
|
||||
fAuthenticationField(NULL),
|
||||
fLeaveOnServerCheckBox(NULL),
|
||||
fRemoveFromServerCheckBox(NULL),
|
||||
fBodyDownloadConfig(NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user