Bug fix (by Phenom) for this bug:

Find a channel where:
      -the publish right is shared with everyone
      -you are not subscribed
   When you select the channel, it's content reloads again and again



git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.5@7219 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2014-04-01 18:29:58 +00:00
parent 74c184a913
commit 997b3c2dc2

View file

@ -3106,7 +3106,7 @@ bool p3GroupDistrib::locked_updateGroupPublishKey(GroupInfo &info, RsDistribGrp
#endif
/* if we have full key already - ignore */
return true;
return false;
}
/* need to update key */