Skip to content

Commit 54e027a

Browse files
committed
backport from 1.9 (rev #9980)
fixed temporary GRUU bug that lead to infinite loop Credits to Tolga Tarhan git-svn-id: svn+ssh://svn.code.sf.net/p/opensips/svn/trunk@9982 689a6050-402a-0410-94f2-e92a70836424
1 parent 608f678 commit 54e027a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: modules/registrar/lookup.c

+1
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ int lookup(struct sip_msg* _m, char* _t, char* _f, char* _s)
172172
break;
173173
}
174174
}
175+
it=it->next;
175176
}
176177

177178
if (it != NULL) {

0 commit comments

Comments
 (0)