Ruchi Lohani wrote:
Also, aren't functions NSS_InitReadWrite suppose to return an error incase the db has already been opened by another process in read-write mode? I tried opening the mozilla profile db in read-write mode and it doesn't return any error in my application.
No, The function itself does not know who else has opened the database.
It will return a failure if it can't open the database R/W, however (that is the database lives in a read only directory, or the user does not have write access to the file).
bob
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ dev-tech-crypto mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-crypto

