]> git.sur5r.net Git - openldap/commitdiff
ITS#7997 silence warning
authorHoward Chu <hyc@openldap.org>
Wed, 10 Dec 2014 21:57:44 +0000 (21:57 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 10 Dec 2014 21:57:44 +0000 (21:57 +0000)
contrib/slapd-modules/dupent/dupent.c

index 9979a36d85946e94e6bfcd7d5f34d35c33ce02f7..33add312381f86a3358b87e62dd7f30f6baf6dcd 100644 (file)
@@ -340,7 +340,7 @@ dupent_response_entry_1level(
        return rc;
 }
 
-static int
+static void
 dupent_attr_prepare( dupent_t *ds, Entry *e, valnum_t *valnum, int nattrs, int c, Attribute **app, Attribute **ap_listp )
 {
        valnum[c].ap = *app;