Skip to content

Commit e82c767

Browse files
razvancraineabogdan-iancu
authored andcommitted
permissions: remove unused variable
1 parent d531427 commit e82c767

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

modules/permissions/permissions.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,6 @@ static int allow_uri(struct sip_msg* msg, int idx, str *uri_p)
779779
int len;
780780
static char from_str[EXPRESSION_LENGTH+1];
781781
static char uri_str[EXPRESSION_LENGTH+1];
782-
pv_value_t pv_val;
783782

784783
/* turn off control, allow any uri */
785784
if ((!allow[idx].rules) && (!deny[idx].rules)) {

0 commit comments

Comments
 (0)