mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
Sigh, this is what was breaking the Linux builds... incorrect initializer.
This commit is contained in:
parent
a6a2403598
commit
abf1a9ae02
@ -1546,7 +1546,7 @@ AddNscpCertType (void *extHandle)
|
||||
static SECStatus
|
||||
AddEmailSubjectAlt(void *extHandle, const char *emailAddrs)
|
||||
{
|
||||
SECItem item = { NULL, 0 };
|
||||
SECItem item = { 0, NULL, 0 };
|
||||
void *value;
|
||||
CERTGeneralName *emailList = NULL;
|
||||
CERTGeneralName *current;
|
||||
|
Loading…
Reference in New Issue
Block a user