don't send gpg key when all the ssl childs are on no disc or when we got no ssl child of it

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2084 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2010-01-19 19:17:21 +00:00
parent b4d89ccd94
commit abf19c964a
2 changed files with 12 additions and 2 deletions

View file

@ -153,7 +153,7 @@ std::ostream &RsDiscAskInfo::print(std::ostream &out, uint16_t indent)
printIndent(out, int_Indent);
out << "gpg_id: " << gpg_id << std::endl;
printRsItemEnd(out, "RsDiscOwnItem", indent);
printRsItemEnd(out, "RsDiscAskInfo", indent);
return out;
}