--- servers/slapd/root_dse.c 1999/07/09 16:31:11 1.8.2.1 +++ servers/slapd/root_dse.c 1999/07/12 17:02:43 1.8.2.2 @@ -97,8 +97,10 @@ root_dse_info( Connection *conn, Operati attr_merge( e, "ref", default_referral ); } - send_search_entry( &backends[0], conn, op, e, attrs, attrsonly, 1 ); - send_search_result( conn, op, LDAP_SUCCESS, NULL, NULL, NULL, 1 ); + send_search_entry( &backends[0], conn, op, + e, attrs, attrsonly, 1, NULL ); + send_search_result( conn, op, LDAP_SUCCESS, + NULL, NULL, NULL, NULL, 1 ); entry_free( e ); }