Navigation


Changeset 1421:3ac2877628a5 in freeDiameter


Ignore:
Timestamp:
Feb 18, 2020, 8:31:35 PM (4 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Increase size of cc_id to silence gcc 8.3 warnings about snprintfs that don't fit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/cnxctx.h

    r1420 r1421  
    4444/* The connection context structure */
    4545struct cnxctx {
    46         char            cc_id[60];      /* The name of this connection. the first 5 chars are reserved for flags display (cc_state). */
     46        char            cc_id[100];     /* The name of this connection. the first 5 chars are reserved for flags display (cc_state). */
    4747        char            cc_remid[60];   /* Id of remote peer */
    4848
Note: See TracChangeset for help on using the changeset viewer.