Skip to content

Commit 0cad84b

Browse files
razvancraineabogdan-iancu
authored andcommitted
permissions: remove unused variable
1 parent d14b435 commit 0cad84b

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
@@ -778,7 +778,6 @@ static int allow_uri(struct sip_msg* msg, int idx, str *uri_p)
778778
int len;
779779
static char from_str[EXPRESSION_LENGTH+1];
780780
static char uri_str[EXPRESSION_LENGTH+1];
781-
pv_value_t pv_val;
782781

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

0 commit comments

Comments
 (0)