Changeset 1233

Show
Ignore:
Timestamp:
07/15/08 22:51:34 (2 years ago)
Author:
ahu
Message:

fix issue found by Shawn Starr: an 'IN' class in a zone statement with a trailing dot caused problems.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/backends/bind/bindparser.yy

    r1018 r1233  
    128128                s_di.name=stripDot($2); 
    129129                free($2); 
    130                  
    131130                parent->commit(s_di); 
    132131                s_di.clear(); 
     
    135134        ZONETOK quotedname AWORD zone_block 
    136135        { 
    137                 s_di.name=$2; 
     136                s_di.name=stripDot($2); 
    138137                free($2); 
    139138                parent->commit(s_di);