View | Details | Raw Unified | Return to bug 278128
Collapse All | Expand All

(-)lib/libcam/camlib.c (+1 lines)
Lines 435-440 Link Here
435
		return(NULL);
435
		return(NULL);
436
	}
436
	}
437
437
438
	memset(&ccb, 0, sizeof(ccb));
438
	/* This isn't strictly necessary for the GETPASSTHRU ioctl. */
439
	/* This isn't strictly necessary for the GETPASSTHRU ioctl. */
439
	ccb.ccb_h.func_code = XPT_GDEVLIST;
440
	ccb.ccb_h.func_code = XPT_GDEVLIST;
440
441

Return to bug 278128