Commit eb9c577a authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6390 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 6cc793e0
......@@ -203,9 +203,12 @@ int s6a_generate_update_location(s6a_update_location_req_t *ulr_pP)
/* Destination Host */
{
char host[40] = "hss.";
char host[100] = "hss.";
size_t hostlen;
memset(host, 0, 100);
strcat(host, mme_config.s6a_config.hss_host_name);
strcat(host, ".");
strcat(host, mme_config.realm);
hostlen = strlen(host);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment