forked from Mirrors/freeswitch
FS-6150 --resolve cool find
This commit is contained in:
parent
7c2c032497
commit
0e14b758fc
|
@ -1 +1 @@
|
|||
Fri Jan 17 06:55:06 UTC 2014
|
||||
Sun Jan 26 07:59:10 UTC 2014
|
||||
|
|
|
@ -110,7 +110,8 @@ static int initialized;
|
|||
static union state *
|
||||
get_state(void)
|
||||
{
|
||||
static union state *retval, state0[1];
|
||||
static union state state0[1];
|
||||
union state *retval;
|
||||
|
||||
#if SU_HAVE_PTHREADS
|
||||
|
||||
|
|
Loading…
Reference in New Issue