Skip to content
  • Mohcine Chraibi's avatar
    Avoid SegFault when waiting areas are not given · a5c4d1ef
    Mohcine Chraibi authored
    In some cases we have the following in the inifile
    
    <routing>
    </routing>
    
    This leads to SegFault when we enter the for loop parsing the WA!
    
    Suggestions:
    
    <routing>
      <goals>
      </goals>
      <waiting_areas>
      </waiting_areas>
    </routing>
    a5c4d1ef