Explorar o código

Fixed ruri q printing bug reported by Juha.

Jan Janak %!s(int64=21) %!d(string=hai) anos
pai
achega
9bc5d9afc9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dset.c

+ 1 - 1
dset.c

@@ -211,7 +211,7 @@ char* print_dset(struct sip_msg* msg, int* len)
 		if (ruri_q != Q_UNSPECIFIED) {
 			memcpy(p, Q_PARAM, Q_PARAM_LEN);
 			p += Q_PARAM_LEN;
-			p += print_q(p, q);
+			p += print_q(p, ruri_q);
 		}
 		i = 1;
 	} else {