0
0
Fork 0
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:
Elizabeth Myers 2016-03-26 23:39:22 -05:00
parent 420cfb677c
commit 0da2a404fa

View file

@ -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;
} }