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