Navigation


Changeset 1084:6b7966ea27fb in freeDiameter for libfdproto/utils.c


Ignore:
Timestamp:
May 3, 2013, 4:33:57 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Fix a few compilation issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdproto/utils.c

    r1080 r1084  
    4444                        snprintf(buf, bufsize, "%s", gai_strerror(rc));
    4545                else
    46                         snprintf(buf, bufsize, "%s", &__addrbuf[0]);
     46                        snprintf(buf, bufsize, "%s", &addrbuf[0]);
    4747        } else {
    4848                snprintf(buf, bufsize, "(NULL / ANY)");
     
    6060                        snprintf(buf, bufsize, "%s", gai_strerror(rc));
    6161                else
    62                         snprintf(buf, bufsize, "%s", &__addrbuf[0]);
     62                        snprintf(buf, bufsize, "%s", &addrbuf[0]);
    6363        } else {
    6464                snprintf(buf, bufsize, "(NULL / ANY)");
Note: See TracChangeset for help on using the changeset viewer.