diff options
Diffstat (limited to 'extensions/dict_nasreq/dict_nasreq.c')
| -rw-r--r-- | extensions/dict_nasreq/dict_nasreq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/dict_nasreq/dict_nasreq.c b/extensions/dict_nasreq/dict_nasreq.c index 7e8eb54..0878ae1 100644 --- a/extensions/dict_nasreq/dict_nasreq.c +++ b/extensions/dict_nasreq/dict_nasreq.c @@ -2,7 +2,7 @@ * Software License Agreement (BSD License) * * Author: Sebastien Decugis <sdecugis@freediameter.net> * * * -* Copyright (c) 2013, WIDE Project and NICT * +* Copyright (c) 2017, WIDE Project and NICT * * All rights reserved. * * * * Redistribution and use of this software in source and binary forms, with or without modification, are * @@ -467,7 +467,7 @@ static int dnr_entry(char * conffile) */ struct dict_object *type; - struct dict_type_data tdata = { AVP_TYPE_OCTETSTRING, "Enumerated*(Originating-Line-Info)" , NULL, NULL}; + struct dict_type_data tdata = { AVP_TYPE_OCTETSTRING, "Enumerated(Originating-Line-Info)" , NULL, NULL}; struct dict_enumval_data tvals[] = { enumval_def_os( 2, "00", "Plain Old Telephone Service (POTS)"), enumval_def_os( 2, "01", "Multiparty Line (more than 2)"), |
