mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
smbcquotas: fix error message listing quotas
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>
This commit is contained in:
parent
5a947d6ca1
commit
610c26d74c
@ -408,9 +408,9 @@ static int do_quota(struct cli_state *cli,
|
||||
status = cli_list_user_quota(
|
||||
cli, quota_fnum, &qtl);
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
d_printf("%s cli_set_user_quota %s\n",
|
||||
nt_errstr(status),
|
||||
username_str);
|
||||
d_printf(
|
||||
"%s cli_list_user_quota\n",
|
||||
nt_errstr(status));
|
||||
return -1;
|
||||
}
|
||||
dump_ntquota_list(&qtl,verbose,numeric,SidToString);
|
||||
|
Loading…
x
Reference in New Issue
Block a user