- true instead of false was returned - reported and patch by Paolo on sr-users
@@ -2764,7 +2764,7 @@ static int search_hf_f(struct sip_msg* msg, char* str_hf, char* re, char *flags)
return 1;
} else {
if(flags!=NULL && *flags=='f')
- return 1;
+ return -1;
}
hfl = hf;