]> git.ipfire.org Git - thirdparty/asterisk.git/commit
sorcery: Use more compatible regex for local expressions. 93/3393/1
authorJoshua Colp <jcolp@digium.com>
Mon, 1 Aug 2016 16:08:15 +0000 (16:08 +0000)
committerJoshua Colp <jcolp@digium.com>
Tue, 2 Aug 2016 10:25:28 +0000 (05:25 -0500)
commitb63262e7bf678be9ea745de74728a8f522af6807
tree84677900fede9eee952ada12ad91225a465c13a1
parentca721b762963a1b208acb5df1929e850b8f38e42
sorcery: Use more compatible regex for local expressions.

This changes the use of an empty regex for both res_sorcery_config
and res_sorcery_memory to "." instead. This is a more compatible
regular expression which also works on FreeBSD.

ASTERISK-26206 #close

Change-Id: Ia9166dd176f1597555ba22b6931180d0626c1388
res/res_sorcery_config.c
res/res_sorcery_memory.c