dect
/
asterisk
Archived
13
0
Fork 0

don't die if skinny cannot figure out hostname

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1519 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
jeremy 2003-09-14 15:42:27 +00:00
parent fa90a11d69
commit a888cdd535
1 changed files with 1 additions and 1 deletions

View File

@ -2473,7 +2473,7 @@ static int reload_config(void)
if (gethostname(ourhost, sizeof(ourhost))) {
ast_log(LOG_WARNING, "Unable to get hostname, Skinny disabled\n");
return 1;
return 0;
}
cfg = ast_load(config);