소스 검색

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;