authproc: fix a typo

This commit is contained in:
Elizabeth Myers 2016-04-12 09:37:56 -05:00
parent 5e9a3f8674
commit 9e5c31ea0d
No known key found for this signature in database
GPG key ID: 1A10EF78D83E317B

View file

@ -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