Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 211119 | Differences between
and this patch

Collapse All | Expand All

(-)a/source/libsmb/clientgen.c (-1 / +1 lines)
Lines 303-309 Link Here
303
	cli->mid = 1;
303
	cli->mid = 1;
304
	cli->vuid = UID_FIELD_INVALID;
304
	cli->vuid = UID_FIELD_INVALID;
305
	cli->protocol = PROTOCOL_NT1;
305
	cli->protocol = PROTOCOL_NT1;
306
	cli->timeout = 20000; /* Timeout is in milliseconds. */
306
	cli->timeout = 220000; /* Timeout is in milliseconds. */
307
	cli->bufsize = CLI_BUFFER_SIZE+4;
307
	cli->bufsize = CLI_BUFFER_SIZE+4;
308
	cli->max_xmit = cli->bufsize;
308
	cli->max_xmit = cli->bufsize;
309
	cli->outbuf = (char *)SMB_MALLOC(cli->bufsize+SAFETY_MARGIN);
309
	cli->outbuf = (char *)SMB_MALLOC(cli->bufsize+SAFETY_MARGIN);

Return to bug 211119