]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-shell/add.c
Make other backends (excepting BDB2) compile.
[openldap] / servers / slapd / back-shell / add.c
index 10c51b02c7c104ebb31ab9d73674996517a9d61d..9c033e7be853b8d73811bd3a0f7332b703db0bff 100644 (file)
@@ -24,13 +24,13 @@ shell_back_add(
 
        if ( si->si_add == NULL ) {
                send_ldap_result( conn, op, LDAP_UNWILLING_TO_PERFORM, NULL,
-                   "add not implemented", NULL );
+                   "add not implemented", NULL, NULL );
                return( -1 );
        }
 
        if ( (op->o_private = (void *) forkandexec( si->si_add, &rfp, &wfp )) == (void *) -1 ) {
                send_ldap_result( conn, op, LDAP_OPERATIONS_ERROR, NULL,
-                   "could not fork/exec", NULL );
+                   "could not fork/exec", NULL, NULL );
                return( -1 );
        }