]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6150 --resolve cool find
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 27 Jan 2014 01:57:05 +0000 (06:57 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 27 Jan 2014 01:57:21 +0000 (06:57 +0500)
libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/su/su_uniqueid.c

index 69ff5167a324ab53fd08868abb908bf3d16709c6..7157ca03b064da8b97a10ec4f61081ac077722ed 100644 (file)
@@ -1 +1 @@
-Fri Jan 17 06:55:06 UTC 2014
+Sun Jan 26 07:59:10 UTC 2014
index 526a392552b6bf5b902f9949832898c79360873b..33e70c9b59bba6d76cb39a19a5d11eb064ec7468 100644 (file)
@@ -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