fixin' a segfault

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12580 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Andrew Thompson 2009-03-12 02:37:30 +00:00
parent 80d2b371f9
commit 143b59f7a1
1 changed files with 1 additions and 1 deletions

View File

@ -950,7 +950,7 @@ static int config(void)
}
if (!prefs.nodename) {
prefs.nodename = "freeswitch";
set_pref_nodename("freeswitch");
}
return 0;