Skip to content
Snippets Groups Projects
Commit 3003875a authored by Giuseppe Lo Presti's avatar Giuseppe Lo Presti
Browse files

Fixed wrong parenthesis

parent 49e93995
No related branches found
No related tags found
No related merge requests found
......@@ -359,7 +359,8 @@ class UserDispatcherThread(AbstractDispatcherThread):
srProtocol.getvalue(), srId.getvalue(),
int(reqType.getvalue()), srOpenFlags.getvalue(),
inttoip(int(clientIp.getvalue())),
int(clientPort.getvalue()), destFilesystems.getvalue())))
int(clientPort.getvalue())),
destFilesystems.getvalue())))
# if maxNbTransfersScheduledPerSecond is given, request throttling is active
# What it does is keep a count of the number of scheduled request in the current second
# and wait the rest of the second if it reached the limit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment