2b68335 Use the same variable type like in struct ldb_message_element

1 file Authored by lslebodn 10 years ago, Committed by jhrozek 10 years ago,
    Use the same variable type like in struct ldb_message_element
    
    struct ldb_message_element.num_values is unsigned
    This patch indirectly fixes printf format string warning.