2
0
Эх сурвалжийг харах

rls: removed unused variable

- reported by Juha Heinanen
Daniel-Constantin Mierla 8 жил өмнө
parent
commit
f8c6ece395

+ 0 - 1
src/modules/rls/subscribe.c

@@ -337,7 +337,6 @@ int reply_421(struct sip_msg* msg)
 int reply_200(struct sip_msg* msg, str* contact, int expires)
 {
 	str hdr_append;
-	int len;
 
 	hdr_append.s = (char *)pkg_malloc( sizeof(char)*(contact->len+70));
 	if(hdr_append.s == NULL)