diff options
Diffstat (limited to 'accel-pptpd/radius/dict.c')
-rw-r--r-- | accel-pptpd/radius/dict.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/accel-pptpd/radius/dict.c b/accel-pptpd/radius/dict.c index 785e960a..9704569e 100644 --- a/accel-pptpd/radius/dict.c +++ b/accel-pptpd/radius/dict.c @@ -147,8 +147,6 @@ static int dict_load(const char *fname) goto out_err_syntax; if (!strcmp(ptr[2], "integer")) attr->type = ATTR_TYPE_INTEGER; - else if (!strcmp(ptr[2], "uinteger")) - attr->type = ATTR_TYPE_UINTEGER; else if (!strcmp(ptr[2], "string")) attr->type = ATTR_TYPE_STRING; else if (!strcmp(ptr[2], "date")) |