]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5343 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 24 Apr 2013 17:09:35 +0000 (12:09 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 24 Apr 2013 17:09:35 +0000 (12:09 -0500)
libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/su/su_localinfo.c

index 6335ac54bbc05a6ea21efd72b83367dd7b06116a..231c9347a5f4ba2f0b0875b9e89c8a3285e809ce 100644 (file)
@@ -1 +1 @@
-Wed Mar  6 13:01:54 CST 2013
+Wed Apr 24 12:09:27 CDT 2013
index 2261ff6bac6697dee80f32db84a3ad1fb6270209..47e951f1445fa3587d639fdd582377e914980dca 100644 (file)
@@ -609,7 +609,7 @@ int localinfo4(su_localinfo_t const *hints, su_localinfo_t **rresult)
   ifc.ifc_len = numifs * sizeof (struct ifreq);
   buffer = malloc(sizeof(su_localinfo_t) + ifc.ifc_len + su_xtra);
   if (!buffer) {
-    SU_DEBUG_1(("su_localinfo: memory exhausted\n"));
+    SU_DEBUG_1(("su_localinfo: memory exhausted\n" VA_NONE));
     error = ELI_MEMORY;
     goto err;
   }