]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix typo
authorKern Sibbald <kern@sibbald.com>
Sun, 29 Jul 2007 07:47:08 +0000 (07:47 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 29 Jul 2007 07:47:08 +0000 (07:47 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5262 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/dird/ua_restore.c

index eaeecbca72083f3168bb127b183757d281d94364..7727ff08556ce736db3c83adcd0f6e4ab56829fc 100644 (file)
@@ -120,7 +120,7 @@ int restore_cmd(UAContext *ua, const char *cmd)
 
    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;
@@ -441,6 +441,7 @@ static int user_select_jobids_or_files(UAContext *ua, RESTORE_CTX *rx)
       "add_prefix",   /* 16 */
       "add_suffix",   /* 17 */
       "regexwhere",   /* 18 */
+      "clientrestore", /* 19 */
       NULL
    };