Navigation


Changeset 1538:7c9214a5f095 in freeDiameter for contrib


Ignore:
Timestamp:
Apr 20, 2020, 2:00:11 PM (4 years ago)
Author:
Luke Mewburn <luke@mewburn.net>
Branch:
default
Children:
1539:d25ce064c667, 1543:9222d31123b1
Phase:
public
Message:

csv_to_fd: support empty flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/tools/csv_to_fd

    r1506 r1538  
    414414        if 'M' in flags:
    415415            result.append('AVP_FLAG_MANDATORY')
     416        if not result:
     417            return '0';
    416418        return ' |'.join(result)
    417419
Note: See TracChangeset for help on using the changeset viewer.