Bläddra i källkod

rls: removed unused variable

- reported by Juha Heinanen
Daniel-Constantin Mierla 8 år sedan
förälder
incheckning
f8c6ece395
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      src/modules/rls/subscribe.c

+ 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)