Skip to content

Commit

Permalink
Remove remnant from before the conversion to utlist.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Apr 9, 2019
1 parent ad3b7ec commit 8a651ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/database.c
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,6 @@ int db__message_update(struct mosquitto *context, uint16_t mid, enum mosquitto_m
tail->timestamp = mosquitto_time();
return MOSQ_ERR_SUCCESS;
}
tail = tail->next;
}
return MOSQ_ERR_NOT_FOUND;
}
Expand Down

0 comments on commit 8a651ff

Please sign in to comment.