]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/radius/radius.c
foggotten ? fix
[ppp.git] / pppd / plugins / radius / radius.c
index c9cd4095ba27d43626014a6d03c7828e55997374..73f2b943e04a1f90bc92253fb0a3785d3b0f9477 100644 (file)
@@ -24,7 +24,7 @@
 *
 ***********************************************************************/
 static char const RCSID[] =
-"$Id: radius.c,v 1.13 2002/07/25 16:29:15 dfs Exp $";
+"$Id: radius.c,v 1.14 2002/09/01 08:56:01 kad Exp $";
 
 #include "pppd.h"
 #include "chap.h"
@@ -513,7 +513,7 @@ radius_setparams(chap_state *cstate, VALUE_PAIR *vp, char *msg,
                break;
            case PW_OCTETS_DIRECTION:
                /* Session traffic limit direction check */
-               maxoctets_dir = ( vp->lvalue > 4 ) 0 : vp->lvalue ;
+               maxoctets_dir = ( vp->lvalue > 4 ) 0 : vp->lvalue ;
                break;
 #endif
            case PW_ACCT_INTERIM_INTERVAL: