]> git.ipfire.org Git - thirdparty/asterisk.git/commit
sorcery: Use more compatible regex for local expressions. 92/3392/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:16 +0000 (10:25 +0000)
commit102d28c11a0f74c275613f893e9708b5ab2b4e11
treee9edaeb9cb19273631f13be07da6ebf79c1bea8e
parentf2a93dc9f2ca05bc0e03c64a8f3d368caf394628
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