Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 258409
Collapse All | Expand All

(-)mount-cifs-3.0.30/source/client/mount.cifs.c (-1 / +1 lines)
Lines 463-469 Link Here
463
					printf("\npassword specified twice, ignoring second\n");
463
					printf("\npassword specified twice, ignoring second\n");
464
				} else
464
				} else
465
					got_password = 1;
465
					got_password = 1;
466
			} else if (strnlen(value, 17) < 17) {
466
			} else if (strnlen(value, 128) < 128) {
467
				if(got_password)
467
				if(got_password)
468
					printf("\nmount.cifs warning - password specified twice\n");
468
					printf("\nmount.cifs warning - password specified twice\n");
469
				got_password = 1;
469
				got_password = 1;

Return to bug 258409