1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

Added new define NT_STATUS_MORE_ENTRIES = 0x105.

(This used to be commit 52b4fd5b55)
This commit is contained in:
Matthew Chapman
1999-04-23 14:48:22 +00:00
parent 7fe5ba774b
commit 2bc0641b88

View File

@ -914,7 +914,7 @@ static void samr_reply_query_dispinfo(SAMR_Q_QUERY_DISPINFO *q_u,
if ((status == 0) && (num_entries < num_sam_entries))
{
status = 0x105; /* STATUS_MORE_ENTRIES */
status = NT_STATUS_MORE_ENTRIES;
}
make_samr_r_query_dispinfo(&r_e, num_entries, data_size,