mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Remove harmful code that causes endless loops.
Remove code that causes loops in registrations. We have agreed that the patch that this code was part of was bad. I am ripping out the code that causes the issue. putnopvut needs to check the rest of the patch, if it needs to be changed as well. This solves the issue reported in #15540, but needs more work before we close it (as described above). git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@217668 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
# changes are made to ast_expr2.y or ast_expr2.fl (or the corresponding .c files),
|
||||
# as a regression test. Others (mere mortals?) need not bother, but they are
|
||||
# more than welcome to play! The regression test itself is in expr2.testinput.
|
||||
ALL_UTILS:=astman smsq stereorize streamplayer aelparse muted
|
||||
ALL_UTILS:=astman smsq stereorize streamplayer aelparse
|
||||
UTILS:=$(ALL_UTILS)
|
||||
|
||||
include $(ASTTOPDIR)/Makefile.rules
|
||||
|
Reference in New Issue
Block a user