mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-04 09:05:34 -05:00
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:
parent
ec048a897b
commit
04297142ce
@ -1425,6 +1425,7 @@ void p3GxsChannels::handle_event(uint32_t event_type, const std::string &elabel)
|
||||
|
||||
case CHANNEL_PROCESS:
|
||||
request_AllSubscribedGroups();
|
||||
break;
|
||||
|
||||
default:
|
||||
/* error */
|
||||
|
Loading…
x
Reference in New Issue
Block a user