502629a Ticket #47863 - New defects found in 389-ds-base-1.2.11

Authored and Committed by nhosoi 9 years ago
    Ticket #47863 - New defects found in 389-ds-base-1.2.11
    
    Description:
    * Compiler Warnings
    1-11. Defect type: COMPILER_WARNING
          389-ds-base-1.2.11.15/ldap/servers/slapd/libglobs.c
    	  Casted to (long long int) to adjust to the format %lld.
    	  -           ..., LONG_MAX );
    	  +           ..., (long long int)LONG_MAX );
    Note: this is a partial backport of ticket #47450 from the master branch.
    
        
file modified
+16 -14