Navigation


Changeset 1057:1c6c8fa622ff in freeDiameter for extensions/acl_wl/aw_conf.l


Ignore:
Timestamp:
Apr 29, 2013, 1:43:41 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Children:
1058:5d37c0db6cbf, 1060:13fc3fc9c789
Phase:
public
Message:

Use yylval to make gcc happy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/acl_wl/aw_conf.l

    r974 r1057  
    9090                                /* We matched a valid label, let's directly save it into the tree. The function will issue the appropriate warnings. */
    9191                                CHECK_FCT_DO( aw_tree_add(yytext, curflag), return LEX_ERROR);
     92                                yylval->string = yytext;
    9293                                return FQDN;
    9394                        }
Note: See TracChangeset for help on using the changeset viewer.