Merge tag 'upstream/3.3.3'
[debian/amanda] / client-src / sendbackup-gnutar.c
index 3b718aebd2251337e9749875654859863a806adf..52ca5d22675c73a1c3b21e6de6e5650b58080d7c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Amanda, The Advanced Maryland Automatic Network Disk Archiver
  * Copyright (c) 1991-1999 University of Maryland at College Park
+ * Copyright (c) 2007-2012 Zmanda, Inc.  All Rights Reserved.
  * All Rights Reserved.
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
@@ -156,7 +157,7 @@ start_backup(
     ssize_t nb;
     char buf[32768];
     char *amandates_file = NULL;
-    level_t *alevel = (level_t *)dle->levellist->data;
+    am_level_t *alevel = (am_level_t *)dle->levellist->data;
     int      level  = alevel->level;
 
     error_pn = stralloc2(get_pname(), "-smbclient");