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

(-)cifs-utils-5.9.orig/mount.cifs.c (-1 / +2 lines)
Lines 581-587 Link Here
581
		switch (parse_cred_line(line_buf + i, &temp_val)) {
581
		switch (parse_cred_line(line_buf + i, &temp_val)) {
582
		case CRED_USER:
582
		case CRED_USER:
583
			strlcpy(parsed_info->username, temp_val,
583
			strlcpy(parsed_info->username, temp_val,
584
				sizeof(parsed_info->domain));
584
				sizeof(parsed_info->username));
585
			parsed_info->got_user = 1;
585
			break;
586
			break;
586
		case CRED_PASS:
587
		case CRED_PASS:
587
			i = set_password(parsed_info, temp_val);
588
			i = set_password(parsed_info, temp_val);

Return to bug 459040