1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

s3:smbd:smb2: fix a comment typo in the crediting code.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>

Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Fri Nov  2 10:09:36 CET 2012 on sn-devel-104
This commit is contained in:
Michael Adam 2012-11-01 17:55:59 +01:00 committed by Stefan Metzmacher
parent 2a3eb641fe
commit 73fa347507

View File

@ -757,7 +757,7 @@ static void smb2_set_operation_credit(struct smbd_server_connection *sconn,
*
* Windows also starts with the 1/16th and then grants
* more later. I was only able to trigger higher
* values, when using a verify high credit charge.
* values, when using a very high credit charge.
*
* TODO: scale up depending one load, free memory
* or other stuff.