Merge branch '2.1' into 2.2

This commit is contained in:
Markus Mäkelä
2017-12-12 13:23:02 +02:00
97 changed files with 5945 additions and 361 deletions

View File

@ -1607,6 +1607,7 @@ service_update(SERVICE *service, char *router, char *user, char *auth)
*/
int service_refresh_users(SERVICE *service)
{
ss_dassert(service);
int ret = 1;
int self = mxs_worker_get_current_id();
ss_dassert(self >= 0);