[Date Prev][Date Next] [Chronological] [Thread] [Top]

Patch: Format bug fixes for slapd (ITS#1671)



Full_Name: Hallvard B. Furuseth
Version: 2.1.0alpha
OS: Solaris
URL: http://folk.uio.no/hbf/OpenLDAP/format.txt
Submission from: (NULL) (158.36.148.34)


Fixes:
- acl.c:               %*s requires the width to be an int.
- controls.c:          conn->c_connid must be printed with %lu, not %d.
- connection.c:        conn->c_connid must be printed with %lu, not %d.
- connection.c:        %s got a struct berval.
- back-shell/search.c: %s got a struct berval *.
- mods.c:              "modify/%s: %s: value #%i..." got too few arguments.