From 9e5c31ea0d2f21e1eb4f761606f1b5dbaa34c2bb Mon Sep 17 00:00:00 2001 From: Elizabeth Myers Date: Tue, 12 Apr 2016 09:37:56 -0500 Subject: [PATCH] authproc: fix a typo --- ircd/authproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ircd/authproc.c b/ircd/authproc.c index a07db671..945da803 100644 --- a/ircd/authproc.c +++ b/ircd/authproc.c @@ -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