Added a FIXME
This commit is contained in:
parent
7988324912
commit
a900738723
|
@ -195,6 +195,7 @@ static uint32_t _connect_addr(char * service)
|
|||
appserver = getenv(env);
|
||||
free(env);
|
||||
if(appserver == NULL || (he = gethostbyname(appserver)) == NULL)
|
||||
/* FIXME this is an error case */
|
||||
return htonl(INADDR_LOOPBACK);
|
||||
return *((uint32_t*)(he->h_addr));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user