diff options
Diffstat (limited to 'source/client/smbctool.c')
-rw-r--r-- | source/client/smbctool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/client/smbctool.c b/source/client/smbctool.c index 2063418a91..a18505b4b4 100644 --- a/source/client/smbctool.c +++ b/source/client/smbctool.c @@ -3304,7 +3304,7 @@ static void readline_callback(void) session keepalives and then drop them here. */ if (FD_ISSET(cli->fd,&fds)) { - receive_smb(cli->fd,cli->inbuf,0); + receive_smb(cli->fd,cli->inbuf,cli->bufsize,0); goto again; } |