X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Famxml.c;fp=common-src%2Famxml.c;h=ba7f951923af8dbaee4fe20f3eeca60b836253aa;hb=d28952249e392eb31bc8eecc53f6c477f30c617b;hp=6f1e7a6369ab73f72cdcad05c7899120f9191928;hpb=949b8910a5e23c4285d0b1aedacfc82a14dc97a5;p=debian%2Famanda diff --git a/common-src/amxml.c b/common-src/amxml.c index 6f1e7a6..ba7f951 100644 --- a/common-src/amxml.c +++ b/common-src/amxml.c @@ -1,6 +1,7 @@ /* * Amanda, The Advanced Maryland Automatic Network Disk Archiver * Copyright (c) 1991-1998 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 @@ -257,6 +258,7 @@ amstart_element( g_hash_table_new_full(g_str_hash, g_str_equal, &g_free, &free_property_t); data_user->script = NULL; data_user->alevel = NULL; + data_user->dle->property = data_user->property; data_user->encoding = NULL; data_user->raw = NULL; } else if(strcmp(element_name, "disk" ) == 0 ||