Manuel Ricca <[EMAIL PROTECTED]> wrote:
> After all I was able to solve this problem. I had to edit
> rlm_ippool_tool.c
> and replace, at line 115:
> if (inet_pton(AF_INET, ipaddress, &ipaddr) == 0)
>
> with
> if (inet_aton(ipaddress, &ipaddr) == 0)

  Added, thanks.

> BTW, I'm still getting some errors at "make install". Did anyone
> experience these?

  Sorry, no.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to