[libdmapsharing] Initialize the share_bitwise_t share member (thanks Sebastien Bacher)



commit 1a35c569af1b5052a8fcc712227489547c2c768d
Author: W. Michael Petullo <mike flyn org>
Date:   Wed Feb 17 22:13:39 2016 -0500

    Initialize the share_bitwise_t share member (thanks Sebastien Bacher)
    
    Signed-off-by: W. Michael Petullo <mike flyn org>

 libdmapsharing/dmap-share.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libdmapsharing/dmap-share.c b/libdmapsharing/dmap-share.c
index de53871..96635ba 100644
--- a/libdmapsharing/dmap-share.c
+++ b/libdmapsharing/dmap-share.c
@@ -1809,6 +1809,7 @@ _dmap_share_databases (DMAPShare * share,
                                         accumulate_mlcl_size_and_ids,
                                         share_bitwise);
                }
+               share_bitwise->share = share;
 
                /* 2: */
                adbs = dmap_structure_add (NULL, DMAP_CC_ADBS);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]