cfa1797 ccs: Don't truncate lists

Authored and Committed by chrissie 11 years ago
    ccs: Don't truncate lists
    
    The last ccs patch caused ccs_get_list to return trunated items due to datalen not being filled in
    with the new cconfdb API. This fixes that.
    
    Also add a missing pointer NULL that could have resulted in corrupted memory
    
    Signed-off-by: Christine Caulfield <ccaulfie@redhat.com>