* Fixed certificate saving bug. (authssl.cc)

* added cert->issuer to external interface (rspeers.h)



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1501 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2009-08-09 13:06:24 +00:00
parent 0924fa49c2
commit 60349baf9d
3 changed files with 18 additions and 5 deletions

View file

@ -302,6 +302,8 @@ bool p3Peers::getPeerDetails(std::string id, RsPeerDetails &d)
d.org = authDetail.org;
d.signers = authDetail.signers;
d.issuer = authDetail.issuer;
d.ownsign = authDetail.ownsign;
d.trusted = authDetail.trusted;