freeswitch: bump to 1.10.10
[feed/telephony.git] / net / freeswitch / patches / 493-core-fix-switch_mprintf-format-string.patch
index 2c9cf0c87d4c8549f25d2199e4717e86332310fb..effb550ae7228ed81a5d176e72bdd5a88c85ecee 100644 (file)
@@ -12,7 +12,7 @@ Reported-by: Sebastian Kemper <sebastian_ml@gmx.net>
 
 --- a/src/switch_core_sqldb.c
 +++ b/src/switch_core_sqldb.c
-@@ -3549,7 +3549,7 @@ SWITCH_DECLARE(switch_status_t) switch_c
+@@ -3551,7 +3551,7 @@ SWITCH_DECLARE(switch_status_t) switch_c
        if (force) {
                sql = switch_mprintf("delete from registrations where hostname='%q'", switch_core_get_switchname());
        } else {