/* Copyright (c) 2013-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "auth-master.h"
#include "replicator-queue.h"
const char *auth_socket_path,
{
const char *username;
/* add all users into replication queue, so that we can start doing
full syncs for everyone whose state can't be found */
}
if (auth_master_user_list_deinit(&ctx) < 0)
i_error("listing users failed, can't replicate existing data");
}