Opened 12 years ago

Closed 12 years ago

#462 closed defect (fixed)

Assignment instead of comparison in sbi

Reported by: Jakub Jermář Owned by:
Priority: minor Milestone: 0.5.0
Component: helenos/app/other Version: mainline
Keywords: Cc:
Blocker for: Depends on:
See also:

Description

In uspace/app/sbi/src/stype.c, line 654, we have:

	assert(iface->cc = csi_interface);

This should rather be a comparison and applied also in the upstream.

Change History (1)

comment:1 by Jiri Svoboda, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in mainline,1499 and in upstream as well.

Note: See TracTickets for help on using tickets.