Added missing break in p3GxsChannels::handle_event.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8474 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2015-06-15 20:41:27 +00:00
parent ec048a897b
commit 04297142ce

View File

@ -1425,6 +1425,7 @@ void p3GxsChannels::handle_event(uint32_t event_type, const std::string &elabel)
case CHANNEL_PROCESS:
request_AllSubscribedGroups();
break;
default:
/* error */