]> git.ipfire.org Git - thirdparty/asterisk.git/commit
sorcery: Use more compatible regex for local expressions. 94/3394/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:36 +0000 (05:25 -0500)
commit73bce50ef82c5a61f857ad1af0d63efd4175ac23
treee7f570ead6cd1b9dd3dcaa6f7c825310cd6bbd83
parentde7e9fe95b7052b8c8ee8a669c087901eab867a9
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