Fix incorrect commit.

This commit is contained in:
Roger A. Light 2014-07-13 21:48:33 +01:00
parent e5aa843ec7
commit 77999c7fd0

View File

@ -92,7 +92,7 @@ static int _subs_process(struct mosquitto_db *db, struct _mosquitto_subhier *hie
hier->retained = NULL;
}
}
while(source_id && leaf && ){
while(source_id && leaf){
if(leaf->context->is_bridge && !strcmp(leaf->context->id, source_id)){
leaf = leaf->next;
continue;