mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-21 21:04:32 -04: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
1 changed files with 1 additions and 0 deletions
|
@ -1425,6 +1425,7 @@ void p3GxsChannels::handle_event(uint32_t event_type, const std::string &elabel)
|
||||||
|
|
||||||
case CHANNEL_PROCESS:
|
case CHANNEL_PROCESS:
|
||||||
request_AllSubscribedGroups();
|
request_AllSubscribedGroups();
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
/* error */
|
/* error */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue