mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 00:32:35 +01:00
authproc: rehash on authd restart
This is a hack for now so it gets the config again.
This commit is contained in:
parent
7c4b574e1b
commit
1d657e0b08
1 changed files with 1 additions and 0 deletions
|
@ -345,6 +345,7 @@ restart_authd_cb(rb_helper * helper)
|
|||
}
|
||||
|
||||
start_authd();
|
||||
rehash(false); /* FIXME - needed to reload authd configuration */
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue