mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
authd: try to destroy all providers on the way out.
This commit is contained in:
parent
420cfb677c
commit
0da2a404fa
1 changed files with 2 additions and 0 deletions
|
@ -202,5 +202,7 @@ main(int argc, char *argv[])
|
||||||
|
|
||||||
rb_helper_loop(authd_helper, 0);
|
rb_helper_loop(authd_helper, 0);
|
||||||
|
|
||||||
|
destroy_providers();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue