From 9ba36bddf44b78dc62729d71860820b731b2ea8c Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Sun, 13 Jul 2014 21:48:33 +0100 Subject: [PATCH] Fix incorrect commit. --- src/subs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/subs.c b/src/subs.c index 991d2856..31c9d7e0 100644 --- a/src/subs.c +++ b/src/subs.c @@ -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;