Navigation


Changeset 309:b1a7d6d5dec4 in freeDiameter


Ignore:
Timestamp:
May 17, 2010, 6:49:12 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fix directive names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/config.c

    r304 r309  
    196196                        fprintf(stderr, "Error resolving local FQDN :\n"
    197197                                        " '%s' : %s\n"
    198                                         "Please provide LocalIdentity in configuration file.\n",
     198                                        "Please provide Identity in configuration file.\n",
    199199                                        buf, gai_strerror(ret));
    200200                        return EINVAL;
     
    214214                start = strchr(fd_g_config->cnf_diamid, '.');
    215215                if ((start == NULL) || (start[1] == '\0')) {
    216                         fprintf(stderr, "Unable to extract realm from the LocalIdentity '%s'.\n"
    217                                         "Please fix your LocalIdentity setting or provide LocalRealm.\n",
     216                        fprintf(stderr, "Unable to extract realm from the Identity '%s'.\n"
     217                                        "Please fix your Identity setting or provide Realm.\n",
    218218                                        fd_g_config->cnf_diamid);
    219219                        return EINVAL;
Note: See TracChangeset for help on using the changeset viewer.