Skip to content

Commit

Permalink
dict-client: Make sure query's start_time is up-to-date.
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Jul 1, 2016
1 parent 701eb90 commit 38fa436
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib-dict/dict-client.c
Expand Up @@ -114,6 +114,8 @@ client_dict_cmd_init(struct client_dict *dict, const char *query)
{
struct client_dict_cmd *cmd;

io_loop_time_refresh();

cmd = i_new(struct client_dict_cmd, 1);
cmd->refcount = 1;
cmd->dict = dict;
Expand Down

0 comments on commit 38fa436

Please sign in to comment.