mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
5a947d6ca1
When listing quota records, a Windows server would return STATUS_SUCCESS until no more entries are available, where it would return STATUS_NO_MORE_ENTRIES. The fix keeps old behavior of empty answer also signifying end of record, to maintain compatibility with Samba servers. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12270 Signed-off-by: Uri Simchoni <uri@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>