help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnu-radius] Proxy Accounting


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] Proxy Accounting
Date: Wed, 29 Oct 2003 17:31:33 +0200

Roger E McClurg <address@hidden> wrote:

> Radius now complains about not having a 
> return statement in the rewrite function (see below).  Is this a problem, 
> or can I just ignore the message?

It is only a warning. You may safely ignore it. If it bugs you,
simply add return statement to the function:

integer
acctrealm()
{
        if (*%[Acct-Status-Type])
           %[User-Name] = %[User-Name] + "@ACCTREALM" ;
        return 0;  /* here */
}

It will make the warning disappear.

Regards,
Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]