Diff for /embedaddon/mpd/src/input.c between versions 1.1.1.2 and 1.1.1.2.2.1

version 1.1.1.2, 2021/03/17 00:39:23 version 1.1.1.2.2.1, 2023/09/27 11:08:00
Line 101  InputDispatch(Bund b, Link l, int proto, Mbuf bp) Line 101  InputDispatch(Bund b, Link l, int proto, Mbuf bp)
             return(0);              return(0);
         case PROTO_PAP:          case PROTO_PAP:
         case PROTO_CHAP:          case PROTO_CHAP:
               AuthInput(l, proto, bp);
               return(0);
         case PROTO_EAP:          case PROTO_EAP:
   #ifdef USE_RADIUS
             AuthInput(l, proto, bp);              AuthInput(l, proto, bp);
             return(0);              return(0);
   #else
               reject = 1;
               goto done;
   #endif
         case PROTO_MP:          case PROTO_MP:
             if (!Enabled(&l->conf.options, LINK_CONF_MULTILINK))              if (!Enabled(&l->conf.options, LINK_CONF_MULTILINK))
                 reject = 1;                  reject = 1;

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.2.2.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>