2
0
Michal Matyska 18 жил өмнө
parent
commit
12663fc64d
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      route.c

+ 1 - 0
route.c

@@ -708,6 +708,7 @@ inline static int comp_string(int op, char* left, int rtype, union exp_op* r)
 	char* right;
 
 	ret=-1;
+	right=0;
 	if (rtype == AVP_ST) {
 		avp = search_avp_by_index(r->attr->type, r->attr->name, &val, r->attr->index);
 		if (avp && (avp->flags & AVP_VAL_STR)) right = val.s.s;