Skip to content

Commit

Permalink
Return a value of the correct type.
Browse files Browse the repository at this point in the history
  • Loading branch information
wchang0222%aol.com committed Dec 23, 2003
1 parent ebd32e0 commit fc07ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/nss/lib/util/secoid.c
Expand Up @@ -1584,7 +1584,7 @@ secoid_Init(void)
int i;

if (oidhash) {
return PR_SUCCESS;
return SECSuccess;
}

oidhash = PL_NewHashTable(0, SECITEM_Hash, SECITEM_HashCompare,
Expand Down

0 comments on commit fc07ebf

Please sign in to comment.