Fix small typo
authdd -> authd
This commit is contained in:
parent
dd3355732b
commit
519d9bc0f4
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ static void
|
|||
restart_authd_cb(rb_helper * helper)
|
||||
{
|
||||
iwarn("authd helper died - attempting to restart");
|
||||
sendto_realops_snomask(SNO_GENERAL, L_NETWIDE, "authdd helper died - attempting to restart");
|
||||
sendto_realops_snomask(SNO_GENERAL, L_NETWIDE, "authd helper died - attempting to restart");
|
||||
|
||||
if(helper != NULL)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue