mirror of
https://github.com/samba-team/samba.git
synced 2025-01-29 21:47:30 +03:00
Fix missing bracket in quota quote - my fault.
This commit is contained in:
parent
7710232ba2
commit
fc30b6b547
@ -2168,7 +2168,7 @@ static int call_nt_transact_get_user_quota(connection_struct *conn, char *inbuf,
|
||||
sid_len = IVAL(pdata,4);
|
||||
|
||||
if (data_count < 8+sid_len) {
|
||||
DEBUG(0,("TRANSACT_GET_USER_QUOTA_FOR_SID: requires %d >= %lu bytes data\n",data_count,(unsigned long(8+sid_len)));
|
||||
DEBUG(0,("TRANSACT_GET_USER_QUOTA_FOR_SID: requires %d >= %lu bytes data\n",data_count,(unsigned long)(8+sid_len)));
|
||||
return ERROR_DOS(ERRDOS,ERRunknownlevel);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user