X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=pppd%2Fplugins%2Fradius%2Fdict.c;h=6f2657d719ae4a3806c7e67eb85207640b171050;hb=8cbd7dd098cbb565dd9b01397fb352f1c98376f3;hp=3b2add2ae4e7cbc7fe84b67b83a3722d4b8e6f73;hpb=431469a02ce74e5fe4b9943e86b9bfc272882fcb;p=ppp.git diff --git a/pppd/plugins/radius/dict.c b/pppd/plugins/radius/dict.c index 3b2add2..6f2657d 100644 --- a/pppd/plugins/radius/dict.c +++ b/pppd/plugins/radius/dict.c @@ -150,7 +150,7 @@ int rc_read_dictionary (char *filename) { type = PW_TYPE_INTEGER; } - else if (strcmp (typestr, "ipaddr") == 0) + else if (strcmp (typestr, "ipaddr") == 0 || strcmp (typestr, "ipv4addr") == 0) { type = PW_TYPE_IPADDR; }