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

(-)cciss_vol_status.c (-1 / +1 lines)
Lines 1004-1010 Link Here
1004
	if (status < 0) 
1004
	if (status < 0) 
1005
		return 0;
1005
		return 0;
1006
	for (i = 0; prod[i] != NULL; i++) {
1006
	for (i = 0; prod[i] != NULL; i++) {
1007
		if (strncmp(std_inq+8, prod[i], strnlen(prod[i])) == 0)
1007
		if (strcmp(std_inq+8, prod[i]) == 0)
1008
			return 1;
1008
			return 1;
1009
	}
1009
	}
1010
	return 0;
1010
	return 0;

Return to bug 299729