瀏覽代碼

pv: renamed empty buf variable

(cherry picked from commit cdd7bc29a900d787b8d99f7296306f99c53a5e29)
Daniel-Constantin Mierla 8 年之前
父節點
當前提交
f9fbd7a97c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/modules/pv/pv_trans.c

+ 2 - 2
src/modules/pv/pv_trans.c

@@ -50,8 +50,8 @@
 #include "pv_trans.h"
 
 
-static char _empty_str[2] = {0};
-static str _tr_empty = { _empty_str, 0 };
+static char _tr_empty_buf[2] = {0};
+static str _tr_empty = { _tr_empty_buf, 0 };
 static str _tr_uri = {0, 0};
 static struct sip_uri _tr_parsed_uri;
 static param_t* _tr_uri_params = NULL;