mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-26 12:27:28 +08:00
Declare variables before code.
This commit is contained in:
+1
-1
@@ -212,8 +212,8 @@ void mosquitto__add_context_to_disused(struct mosquitto_db *db, struct mosquitto
|
||||
|
||||
void mosquitto__free_disused_contexts(struct mosquitto_db *db)
|
||||
{
|
||||
assert(db);
|
||||
struct mosquitto *context, *next;
|
||||
assert(db);
|
||||
|
||||
context = db->ll_for_free;
|
||||
while(context){
|
||||
|
||||
Reference in New Issue
Block a user