]> git.sur5r.net Git - bacula/bacula/commitdiff
Remove inappropriate comments and unused line
authorKern Sibbald <kern@sibbald.com>
Sat, 17 Apr 2010 12:02:56 +0000 (14:02 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:52:33 +0000 (16:52 +0200)
bacula/src/filed/backup.c

index 65e1c4472049e34d75bdd02ba9f043e7156d2955..f2695aa3ad543593b59fc08743ba809700c340ac 100644 (file)
@@ -1124,11 +1124,6 @@ bool encode_and_send_attributes(JCR *jcr, FF_PKT *ff_pkt, int &data_stream)
 
    /** Now possibly extend the attributes */
    if (ff_pkt->type == FT_RESTORE_FIRST) {
-      /**
-       * For restore objects, we return the object in the extended 
-       * attributes.
-       */
-      attribsEx = ff_pkt->object;
       attr_stream = STREAM_RESTORE_OBJECT;
    } else {
       attribsEx = attribsExBuf;