Fix incorrect commit.

Roger A. Light 11 years ago committed by Roger Light
parent 5622aac80e
commit 9ba36bddf4

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