Fix incorrect commit.

pull/211/merge
Roger A. Light 11 years ago
parent e5aa843ec7
commit 77999c7fd0

@ -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;

Loading…
Cancel
Save