authproc: fix a typo
This commit is contained in:
parent
5e9a3f8674
commit
9e5c31ea0d
1 changed files with 1 additions and 1 deletions
|
@ -654,7 +654,7 @@ create_opm_listener(const char *ip, uint16_t port)
|
|||
}
|
||||
|
||||
conf_create_opm_listener(ip, port);
|
||||
rb_helper_write(authd_helper, "O opm_listener %s %hu", ip, port);
|
||||
rb_helper_write(authd_helper, "O opm_listener %s %hu", ipbuf, port);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue