]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl add '/' regexp separator
authorEric Bollengier <eric@eb.homelinux.org>
Sat, 21 Apr 2007 15:27:18 +0000 (15:27 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sat, 21 Apr 2007 15:27:18 +0000 (15:27 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4583 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/patches/testing/breg.c

index 0cc18c80914d96ad3af2381a0d7bb929ab0b71c2..8c53e6a93baec6b03c9cc7e033d885894993277a 100644 (file)
@@ -161,6 +161,7 @@ bool BREGEXP::extract_regexp(const char *motif)
         sep == '%' || 
         sep == '=' || 
         sep == '~' ||
+        sep == '/' ||
         sep == '#'   )) 
    {
       return false;