]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl compilation fix
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 26 Feb 2007 17:25:20 +0000 (17:25 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 26 Feb 2007 17:25:20 +0000 (17:25 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.0@4263 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/patches/testing/batch-insert.patch

index 1c556df8039fd40059f364cab469f4c366e63117..70086591958525823cc005b6d2ec8c7b58dd877c 100644 (file)
@@ -479,7 +479,7 @@ diff -Naur --exclude=.svn --exclude='*~' bacula/src/cats/sql_create.c bacula.new
 +{
 +   size_t len;
 +   char *digest;
-+   char edi1[50];
++   char ed1[50];
 +
 +   mdb->esc_name = check_pool_memory_size(mdb->esc_name, mdb->fnl*2+1);
 +   db_escape_string(mdb->esc_name, mdb->fname, mdb->fnl);