Skip to content

Commit

Permalink
backport from 1.9 (rev #9980)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
vladpaiu committed Apr 28, 2013
1 parent 608f678 commit 54e027a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/registrar/lookup.c
Expand Up @@ -172,6 +172,7 @@ int lookup(struct sip_msg* _m, char* _t, char* _f, char* _s)
break;
}
}
it=it->next;
}

if (it != NULL) {
Expand Down

0 comments on commit 54e027a

Please sign in to comment.