From: Eric Bollengier Date: Sat, 21 Apr 2007 15:27:18 +0000 (+0000) Subject: ebl add '/' regexp separator X-Git-Tag: Release-7.0.0~6545 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1a1a1944d56fb34336a927b5772b5f3d7492c83f;p=bacula%2Fbacula ebl add '/' regexp separator git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4583 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/patches/testing/breg.c b/bacula/patches/testing/breg.c index 0cc18c8091..8c53e6a93b 100644 --- a/bacula/patches/testing/breg.c +++ b/bacula/patches/testing/breg.c @@ -161,6 +161,7 @@ bool BREGEXP::extract_regexp(const char *motif) sep == '%' || sep == '=' || sep == '~' || + sep == '/' || sep == '#' )) { return false;