mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
don't die if skinny cannot figure out hostname
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1519 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user