0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-07 19:18:35 +02:00

authproc: rehash on authd restart

This is a hack for now so it gets the config again.
This commit is contained in:
Elizabeth Myers 2016-04-02 20:10:56 -05:00
parent 7c4b574e1b
commit 1d657e0b08

View file

@ -345,6 +345,7 @@ restart_authd_cb(rb_helper * helper)
}
start_authd();
rehash(false); /* FIXME - needed to reload authd configuration */
}
void