|
@@ -50,7 +50,7 @@
|
|
#include "pv_trans.h"
|
|
#include "pv_trans.h"
|
|
|
|
|
|
|
|
|
|
-static char _empty_str[] = "";
|
|
|
|
|
|
+static char _empty_str[2] = {0};
|
|
static str _tr_empty = { _empty_str, 0 };
|
|
static str _tr_empty = { _empty_str, 0 };
|
|
static str _tr_uri = {0, 0};
|
|
static str _tr_uri = {0, 0};
|
|
static struct sip_uri _tr_parsed_uri;
|
|
static struct sip_uri _tr_parsed_uri;
|