Navigation


Changeset 961:d95cd3ca9e8d in freeDiameter for extensions/acl_wl/aw_conf.y


Ignore:
Timestamp:
Mar 7, 2013, 4:09:54 AM (11 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Parents:
960:f39fa6cd86e0 (diff), 933:04f590da5821 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Phase:
public
Message:

merge latest 1.1 branch (one commit post 1.1.6)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/acl_wl/aw_conf.y

    r928 r961  
    3535
    3636/* Yacc extension's configuration parser.
    37  * See doc/app_test.conf.sample for configuration file format
     37 * See doc/acl_wl.conf.sample for configuration file format
    3838 */
    3939
  • extensions/acl_wl/aw_conf.y

    r957 r961  
    33* Author: Sebastien Decugis <sdecugis@freediameter.net>                                                  *
    44*                                                                                                        *
    5 * Copyright (c) 2011, WIDE Project and NICT                                                              *
     5* Copyright (c) 2013, WIDE Project and NICT                                                              *
    66* All rights reserved.                                                                                   *
    77*                                                                                                        *
     
    127127                                fqdn_added++;
    128128                        }
     129                        | conffile LEX_ERROR
     130                        {
     131                                yyerror(&yylloc, conffile, "An error occurred while parsing the configuration file");
     132                                return EINVAL;
     133                        }
    129134                        ;
    130135
Note: See TracChangeset for help on using the changeset viewer.