8b92149 Ticket 571 (dup 47361) - Empty control list causes LDAP protocol error is thrown

Authored and Committed by nhosoi 10 years ago
    Ticket 571 (dup 47361) - Empty control list causes LDAP protocol error is thrown
    
    covscan Defect type:  Compiler Warnings
    2. 389-ds-base-1.3.1.6/ldap/servers/slapd/control.c:364:25:
       warning - format '%d' expects argument of type 'int',
       but argument 4 has type 'PRUint64' [-Wformat=]
    Introduced by commit d695afb6a637432e880296d8552f466981c0796c
    Fix: Replaced %d with % NSPRIu64
    
    Reviewed by rmeggins@redhat.com (Thank you, Rich!!)
    (cherry picked from commit 383db4a27cc417c1708989d84cf0e4445936ae9f)
    
        
file modified
+2 -2