git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5262
91ce42f0-d328-0410-95d8-
f526ca767f89
if (strip_prefix || add_suffix || add_prefix) {
int len = bregexp_get_build_where_size(strip_prefix, add_prefix, add_suffix);
- regexp = (char *) bmalloc (len * sizeof(char));
+ regexp = (char *)bmalloc(len * sizeof(char));
bregexp_build_where(regexp, len, strip_prefix, add_prefix, add_suffix);
rx.RegexWhere = regexp;
"add_prefix", /* 16 */
"add_suffix", /* 17 */
"regexwhere", /* 18 */
+ "clientrestore", /* 19 */
NULL
};